Skip to content

Commit 7ddb723

Browse files
committed
Updated tsconfig.json to match exercises
1 parent 7a8d191 commit 7ddb723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "@total-typescript/tsconfig/bundler",
3+
"compilerOptions": {
4+
"noUncheckedIndexedAccess": false
5+
},
36
"include": [
47
"src"
58
]

0 commit comments

Comments
 (0)