Code cleaning
This commit is contained in:
parent
57adc6b21c
commit
1bbd0866cb
3 changed files with 10 additions and 19 deletions
|
@ -36,7 +36,7 @@
|
|||
/* Additional Checks */
|
||||
// "noUnusedLocals": true, /* Report errors on unused locals. */
|
||||
// "noUnusedParameters": true, /* Report errors on unused parameters. */
|
||||
// "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. */
|
||||
|
||||
/* Module Resolution Options */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue