Skip to content

Commit

Permalink
chore: suppress implicity any (#38)
Browse files Browse the repository at this point in the history
choreL suppress implicity any
  • Loading branch information
StewartJingga authored Apr 25, 2024
1 parent 84c6a64 commit 4325b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,

/* Module Resolution Options */
"moduleResolution": "node",
Expand Down

0 comments on commit 4325b9a

Please sign in to comment.