️ build: integrate tsgo to validate ts (#8331)

* ️ build: integrate tsgo to validate ts

* 📝 docs: add code comment to @ts-ignore

* Update package.json

* Update apps/desktop/package.json

* Update package.json

* Update package.json
This commit is contained in:
YuTengjing
2025-07-04 01:01:11 +08:00
committed by GitHub
parent 31c6a51d7f
commit 780ee82b12
6 changed files with 8 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
"lint": "eslint --cache ",
"pg-server": "bun run scripts/pglite-server.ts",
"start": "electron-vite preview",
"typecheck": "tsc --noEmit -p tsconfig.json"
"typecheck": "tsgo --noEmit -p tsconfig.json"
},
"dependencies": {
"electron-updater": "^6.6.2",
@@ -45,6 +45,7 @@
"@types/resolve": "^1.20.6",
"@types/semver": "^7.7.0",
"@types/set-cookie-parser": "^2.4.10",
"@typescript/native-preview": "latest",
"consola": "^3.1.0",
"cookie": "^1.0.2",
"electron": "^36.2.0",