mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
vscode: adjust tsconfig
This commit is contained in:
parent
123dcc10cc
commit
4d3f703715
1 changed files with 2 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue