Skip to content

Commit 3dc96ee

Browse files
committed
test(typescript): disable noImplicitAny and noUncheckedIndexedAccess
1 parent bec35fc commit 3dc96ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.test.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"compilerOptions": {},
2+
"compilerOptions": {
3+
"noImplicitAny": false,
4+
"noUncheckedIndexedAccess": false
5+
},
36
"extends": "./tsconfig.json"
47
}

0 commit comments

Comments
 (0)