diff --git a/sdks/vscode/tsconfig.json b/sdks/vscode/tsconfig.json index 83733a8f..710f9ede 100644 --- a/sdks/vscode/tsconfig.json +++ b/sdks/vscode/tsconfig.json @@ -6,7 +6,8 @@ "sourceMap": true, "rootDir": "src", "typeRoots": ["./node_modules/@types"], - "strict": true /* enable all strict type-checking options */ + "strict": true /* enable all strict type-checking options */, + "skipLibCheck": true /* 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. */