summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-10-22 16:43:06 -0500
committerAiden Cline <[email protected]>2025-10-22 16:43:06 -0500
commit4d3f70371580335fb7e145be53b577509bb65aaf (patch)
treec3ac85075ca893a7018aad8c68d081924754654c
parent123dcc10cce63374e15b93c82c0c530150cb8c56 (diff)
downloadopencode-4d3f70371580335fb7e145be53b577509bb65aaf.tar.gz
opencode-4d3f70371580335fb7e145be53b577509bb65aaf.zip
vscode: adjust tsconfig
-rw-r--r--sdks/vscode/tsconfig.json3
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. */