TS: enable noUncheckedIndexedAccess
This commit is contained in:
parent
808eca06b3
commit
9897eec6aa
@ -19,6 +19,7 @@
|
|||||||
"noStrictGenericChecks": false,
|
"noStrictGenericChecks": false,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
|
"noUncheckedIndexedAccess": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
@ -28,7 +29,6 @@
|
|||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"babel.config.js",
|
"babel.config.js",
|
||||||
"jest.config.js",
|
"jest.config.js"
|
||||||
".eslintrc.js"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user