Enable more
This commit is contained in:
parent
b9fe509567
commit
367e09599d
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@
|
|||
"strict": false,
|
||||
/* Stricter than strict */
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedParameters": false,
|
||||
"noUnusedLocals": false,
|
||||
"noFallthroughCasesInSwitch": false,
|
||||
"noUnusedParameters": true,
|
||||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
/* e.g. makes array indexing returns undefined */
|
||||
"noUncheckedIndexedAccess": false,
|
||||
"exactOptionalPropertyTypes": false
|
||||
|
|
Loading…
Reference in a new issue