We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8d191 commit 7ddb723Copy full SHA for 7ddb723
tsconfig.json
@@ -1,5 +1,8 @@
1
{
2
"extends": "@total-typescript/tsconfig/bundler",
3
+ "compilerOptions": {
4
+ "noUncheckedIndexedAccess": false
5
+ },
6
"include": [
7
"src"
8
]
0 commit comments