From 1a2906a8ad6e9cf7a68441c956af91d189eff417 Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Fri, 15 Aug 2025 10:27:33 -0700 Subject: Revert #6088 (#6328) --- packages/vscode-ide-companion/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/vscode-ide-companion') 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. */ -- cgit v1.2.3