feat: use tsgo where capable (#16984)

This commit is contained in:
anatawa12
2025-12-22 16:52:05 +09:00
committed by GitHub
parent 5c5e965151
commit 06657c81d3
28 changed files with 108 additions and 83 deletions

View File

@@ -64,8 +64,7 @@
"js-yaml": "4.1.1",
"postcss": "8.5.6",
"tar": "7.5.2",
"terser": "5.44.1",
"typescript": "5.9.3"
"terser": "5.44.1"
},
"devDependencies": {
"@eslint/js": "9.39.1",
@@ -74,12 +73,14 @@
"@types/node": "24.10.2",
"@typescript-eslint/eslint-plugin": "8.49.0",
"@typescript-eslint/parser": "8.49.0",
"@typescript/native-preview": "7.0.0-dev.20251206.1",
"cross-env": "10.1.0",
"cypress": "15.7.1",
"eslint": "9.39.1",
"globals": "16.5.0",
"ncp": "2.0.0",
"pnpm": "10.25.0",
"typescript": "5.9.3",
"start-server-and-test": "2.1.3"
},
"optionalDependencies": {