chore: adopt TypeScript 7.0 beta (tsgo) for typecheck

Co-Authored-By: Eric Allam <eallam@icloud.com>
This commit is contained in:
Devin AI
2026-04-23 11:38:55 +00:00
parent 8eb596f3fe
commit d69e5464af
48 changed files with 293 additions and 169 deletions
+2 -2
View File
@@ -40,7 +40,7 @@
"clean": "rimraf dist",
"build": "tshy && pnpm run update-version",
"dev": "tshy --watch",
"typecheck": "tsc --noEmit -p tsconfig.src.json",
"typecheck": "tsgo --noEmit -p tsconfig.src.json",
"update-version": "tsx ../../scripts/updateVersion.ts",
"check-exports": "attw --pack ."
},
@@ -49,7 +49,7 @@
"tinyexec": "^0.3.2"
},
"devDependencies": {
"@types/node": "20.14.14",
"@types/node": "20.19.39",
"rimraf": "6.0.1",
"tshy": "^3.0.2",
"typescript": "^5.5.4",