chore: migrate type-check from tsc to tsgo across all workspaces (#35488)

This commit is contained in:
yyh
2026-04-22 16:45:54 +08:00
committed by GitHub
parent 712e522220
commit ba924fc97b
15 changed files with 1302 additions and 1056 deletions
+1 -2
View File
@@ -44,8 +44,7 @@
"test": "vp test",
"test:coverage": "vp test --coverage",
"test:watch": "vp test --watch",
"type-check": "tsc",
"type-check:tsgo": "tsgo",
"type-check": "tsgo",
"uglify-embed": "node ./bin/uglify-embed"
},
"dependencies": {