Skip to content

Commit f417cf5

Browse files
committed
New type check command
Signed-off-by: worksofliam <[email protected]>
1 parent a896067 commit f417cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"vscode:prepublish": "rm -rf dist && npm run webpack && npm run dsc",
4141
"webpack": "vscd --clean && webpack --mode development",
4242
"webpack-dev": "vscd --clean && webpack --mode development",
43-
"typings": "npx -p typescript tsc ./src/extension.ts --allowJs --outDir types --esModuleInterop -t es2019 --moduleResolution node"
43+
"typings": "npx -p typescript tsc ./src/extension.ts --excludeDirectories '**/node_modules' --allowJs --noEmit --esModuleInterop -t es2019 --moduleResolution node --skipLibCheck"
4444
},
4545
"contributes": {
4646
"configuration": [

0 commit comments

Comments
 (0)