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 66fd893 commit b205440Copy full SHA for b205440
1 file changed
package.json
@@ -207,7 +207,7 @@
207
"test": "vitest",
208
"lint": "eslint .",
209
"lint:fix": "eslint . --fix",
210
- "typecheck": "tsc --noEmit",
+ "typecheck": "tsgo --noEmit",
211
"vscode:prepublish": "npm run build",
212
"publish": "npx @vscode/vsce publish --no-dependencies",
213
"package": "npx @vscode/vsce package --no-dependencies",
0 commit comments