Skip to content

Commit 2e7a33d

Browse files
committed
build: disable noUncheckedIndexAccess
1 parent 9cb71d7 commit 2e7a33d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"lib": [
1414
"dom",
1515
"esnext"
16-
]
16+
],
17+
"noUncheckedIndexedAccess": false,
1718
},
1819
"include": [
1920
"src/**/*.ts",

0 commit comments

Comments
 (0)