fixed node types errors
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user