fix: use project references for desktop typecheck

pull/5311/head
Brendan Allan 2025-12-10 11:15:12 +08:00
parent 3d95848607
commit 9986031481
No known key found for this signature in database
GPG Key ID: 41E835AEA046A32E
1 changed files with 1 additions and 1 deletions

View File

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