Skip to content

Commit 8f7b1eb

Browse files
committed
change tsconfig
1 parent ae835bc commit 8f7b1eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"allowJs": true,
1111
"noUnusedLocals": true,
1212
"noUnusedParameters": true,
13+
"noUncheckedIndexedAccess": true,
14+
"exactOptionalPropertyTypes": true,
1315
"sourceMap": true,
1416
"baseUrl": ".",
1517
"paths": {

0 commit comments

Comments
 (0)