mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
⚡️ 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user