Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
test(typescript): disable noImplicitAny and noUncheckedIndexedAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 14, 2021
1 parent bec35fc commit 3dc96ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"compilerOptions": {},
"compilerOptions": {
"noImplicitAny": false,
"noUncheckedIndexedAccess": false
},
"extends": "./tsconfig.json"
}

0 comments on commit 3dc96ee

Please sign in to comment.