Enable more

This commit is contained in:
Manav Rathi 2024-05-24 19:43:10 +05:30
parent b9fe509567
commit 367e09599d
No known key found for this signature in database

View file

@ -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