vscode: adjust tsconfig

This commit is contained in:
Aiden Cline
2025-10-22 16:43:06 -05:00
parent 123dcc10cc
commit 4d3f703715

View File

@@ -6,7 +6,8 @@
"sourceMap": true, "sourceMap": true,
"rootDir": "src", "rootDir": "src",
"typeRoots": ["./node_modules/@types"], "typeRoots": ["./node_modules/@types"],
"strict": true /* enable all strict type-checking options */ "strict": true /* enable all strict type-checking options */,
"skipLibCheck": true
/* Additional Checks */ /* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */