Skip to content

Commit 080c9e3

Browse files
Copilotnagilson
andcommitted
Fix TypeScript build error by adding skipLibCheck to extension tsconfigs
Co-authored-by: nagilson <[email protected]>
1 parent 0e75bc8 commit 080c9e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vscode-dotnet-runtime-extension/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"lib": [
77
"es6"
88
],
9+
"skipLibCheck": true,
910
"sourceMap": true,
1011
"rootDir": "src",
1112
"declaration": true,

vscode-dotnet-sdk-extension/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"lib": [
77
"es6"
88
],
9+
"skipLibCheck": true,
910
"sourceMap": true,
1011
"rootDir": "src",
1112
"declaration": true,

0 commit comments

Comments
 (0)