infra: cleanup tsconfig and add typecheck to desktop

This commit is contained in:
Arjun Patel
2026-06-09 10:42:26 -07:00
parent f38835ceee
commit 10c2fbe65f
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -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",