Skip to content

Commit c76d24c

Browse files
authored
Fix TS2315: add skipLibCheck to tsconfig.json for @vscode/test-electron 3.1.0 compatibility
1 parent 9854070 commit c76d24c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"noUnusedParameters": true,
2727
"noFallthroughCasesInSwitch": true,
2828
"resolveJsonModule": true,
29-
"removeComments": true
29+
"removeComments": true,
30+
"skipLibCheck": true
3031
},
3132
"exclude": [
3233
"node_modules",

0 commit comments

Comments
 (0)