Skip to content

Commit ef12724

Browse files
committed
chore: setup tsgo
1 parent 46bae2d commit ef12724

File tree

2 files changed

+249
-17
lines changed

2 files changed

+249
-17
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "vitest",
1717
"lint": "eslint --cache .",
1818
"format": "prettier --write .",
19-
"typecheck": "tsc",
19+
"typecheck": "tsgo",
2020
"release": "bumpp -r"
2121
},
2222
"devDependencies": {
@@ -28,6 +28,7 @@
2828
"@types/babel__helper-module-imports": "^7.18.3",
2929
"@types/babel__helper-plugin-utils": "^7.10.3",
3030
"@types/node": "^24.10.1",
31+
"@typescript/native-preview": "7.0.0-dev.20251202.1",
3132
"@vitest/coverage-v8": "^4.0.14",
3233
"@vue/babel-plugin-jsx": "workspace:*",
3334
"bumpp": "^10.3.1",

0 commit comments

Comments
 (0)