Browse Source

fix: use project references for desktop typecheck

Brendan Allan 2 months ago
parent
commit
9986031481
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/package.json

+ 1 - 1
packages/desktop/package.json

@@ -8,7 +8,7 @@
     "./vite": "./vite.js"
   },
   "scripts": {
-    "typecheck": "tsgo --noEmit",
+    "typecheck": "tsgo -b",
     "start": "vite",
     "dev": "vite",
     "build": "vite build",