diff options
| author | Aiden Cline <[email protected]> | 2025-10-22 16:43:06 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-22 16:43:06 -0500 |
| commit | 4d3f70371580335fb7e145be53b577509bb65aaf (patch) | |
| tree | c3ac85075ca893a7018aad8c68d081924754654c | |
| parent | 123dcc10cce63374e15b93c82c0c530150cb8c56 (diff) | |
| download | opencode-4d3f70371580335fb7e145be53b577509bb65aaf.tar.gz opencode-4d3f70371580335fb7e145be53b577509bb65aaf.zip | |
vscode: adjust tsconfig
| -rw-r--r-- | sdks/vscode/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdks/vscode/tsconfig.json b/sdks/vscode/tsconfig.json index 83733a8fa..710f9ede4 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. */ |
