Skip to content

Commit a54bfda

Browse files
committed
Fix vscode client publishing
1 parent 7d9a43a commit a54bfda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ save-exact = true
22
hoist = false
33
link-workspace-packages = false
44
public-hoist-pattern[]=bash-language-server
5+
shamefully-hoist = true # https://github.com/microsoft/vscode-vsce/issues/421

Diff for: tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"es2016"
1212
],
1313
"rootDir": ".",
14-
"sourceMap": true
14+
"sourceMap": true,
15+
"skipLibCheck": true,
1516
},
1617
"include": [
1718
"testing"

0 commit comments

Comments
 (0)