summaryrefslogtreecommitdiff
path: root/packages/vscode-ide-companion/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vscode-ide-companion/tsconfig.json')
-rw-r--r--packages/vscode-ide-companion/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/vscode-ide-companion/tsconfig.json b/packages/vscode-ide-companion/tsconfig.json
index b3e700de..2fec2bd9 100644
--- a/packages/vscode-ide-companion/tsconfig.json
+++ b/packages/vscode-ide-companion/tsconfig.json
@@ -6,8 +6,7 @@
"lib": ["ES2022", "dom"],
"sourceMap": true,
"rootDir": "src",
- "strict": true /* enable all strict type-checking options */,
- "skipLibCheck": true /* Helps avoid potential type conflicts between different third-party libraries in node_modules. */
+ "strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */