fix: use ts project references for desktop and tauri

This commit is contained in:
Brendan Allan 2025-12-09 19:13:51 +08:00
commit 0a47a3cea0
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
6 changed files with 23 additions and 27 deletions

View file

@ -4,9 +4,10 @@
"version": "1.0.137",
"type": "module",
"scripts": {
"typecheck": "tsgo -b",
"predev": "bun ./scripts/predev.ts",
"dev": "vite",
"build": "tsc && vite build",
"build": "bun run typecheck && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
@ -24,6 +25,7 @@
"@actions/artifact": "4.0.0",
"@tauri-apps/cli": "^2",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:",
"typescript": "~5.6.2",
"vite": "catalog:"
}