diff options
Diffstat (limited to 'packages/vscode-ide-companion')
| -rw-r--r-- | packages/vscode-ide-companion/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/vscode-ide-companion/tsconfig.json b/packages/vscode-ide-companion/tsconfig.json index 2fec2bd9..b3e700de 100644 --- a/packages/vscode-ide-companion/tsconfig.json +++ b/packages/vscode-ide-companion/tsconfig.json @@ -6,7 +6,8 @@ "lib": ["ES2022", "dom"], "sourceMap": true, "rootDir": "src", - "strict": true /* enable all strict type-checking options */ + "strict": true /* enable all strict type-checking options */, + "skipLibCheck": true /* Helps avoid potential type conflicts between different third-party libraries in node_modules. */ /* 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. */ |
