infra: cleanup tsconfig and add typecheck to desktop
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"lint": "eslint --ext .ts,.tsx .",
|
||||
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
||||
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
||||
"compile": "npx tsc --noEmit 2>&1 | grep '^src/'",
|
||||
"typecheck": "npx tsc --noEmit",
|
||||
"web:dev": "cross-env APP_ENV=dev vite --config vite.web.config.mts",
|
||||
"web:build": "cross-env APP_ENV=prod vite build --config vite.web.config.mts",
|
||||
"web:build:ci": "vite build --config vite.web.config.mts",
|
||||
|
||||
Reference in New Issue
Block a user