We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bae2d commit ef12724Copy full SHA for ef12724
package.json
@@ -16,7 +16,7 @@
16
"test": "vitest",
17
"lint": "eslint --cache .",
18
"format": "prettier --write .",
19
- "typecheck": "tsc",
+ "typecheck": "tsgo",
20
"release": "bumpp -r"
21
},
22
"devDependencies": {
@@ -28,6 +28,7 @@
28
"@types/babel__helper-module-imports": "^7.18.3",
29
"@types/babel__helper-plugin-utils": "^7.10.3",
30
"@types/node": "^24.10.1",
31
+ "@typescript/native-preview": "7.0.0-dev.20251202.1",
32
"@vitest/coverage-v8": "^4.0.14",
33
"@vue/babel-plugin-jsx": "workspace:*",
34
"bumpp": "^10.3.1",
0 commit comments