mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-12-21 12:36:28 +00:00
stricter typing
This commit is contained in:
parent
20cbccdf6a
commit
e9ed8f0e73
@ -33,7 +33,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…
Reference in New Issue
Block a user