We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a43a commit a54bfdaCopy full SHA for a54bfda
.npmrc
@@ -2,3 +2,4 @@ save-exact = true
2
hoist = false
3
link-workspace-packages = false
4
public-hoist-pattern[]=bash-language-server
5
+shamefully-hoist = true # https://github.com/microsoft/vscode-vsce/issues/421
tsconfig.json
@@ -11,7 +11,8 @@
11
"es2016"
12
],
13
"rootDir": ".",
14
- "sourceMap": true
+ "sourceMap": true,
15
+ "skipLibCheck": true,
16
},
17
"include": [
18
"testing"
0 commit comments