Skip to content

Commit a896067

Browse files
committed
Collect better errors
Signed-off-by: worksofliam <[email protected]>
1 parent 73d68bd commit a896067

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 --declaration --allowJs --emitDeclarationOnly --outDir types --esModuleInterop -t es2019 --moduleResolution node"
43+
"typings": "npx -p typescript tsc ./src/extension.ts --allowJs --outDir types --esModuleInterop -t es2019 --moduleResolution node"
4444
},
4545
"contributes": {
4646
"configuration": [

0 commit comments

Comments
 (0)