fixed node types errors

This commit is contained in:
dutchie031
2026-04-06 21:12:42 +02:00
parent 3d9ea1f24e
commit 9b1ebd85a6
3 changed files with 8 additions and 13 deletions
@@ -10,6 +10,9 @@
"paths": {
"dcs-script-compiler": ["../compiler/src/ScriptCompiler.ts"]
},
"types": [
"node"
],
/* 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. */