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 8e1e23d commit f592c45Copy full SHA for f592c45
package.json
@@ -32,7 +32,7 @@
32
],
33
"scripts": {
34
"start": "vscode-framework start",
35
- "build": "tsc && vscode-framework build && node buildTsPlugin.mjs",
+ "build": "tsc && tsc -p typescript --noEmit && vscode-framework build && node buildTsPlugin.mjs",
36
"test": "pnpm test-plugin",
37
"test-plugin": "vitest --globals",
38
"watch-plugin": "tsc -p typescript -w",
0 commit comments