Better error handling
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"dcs-script-compiler": ["../compiler/src/ScriptCompiler.ts"]
|
||||
},
|
||||
"types": [
|
||||
"node"
|
||||
"node",
|
||||
"mocha"
|
||||
],
|
||||
/* Additional Checks */
|
||||
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
|
||||
|
||||
Reference in New Issue
Block a user