Skip to content

Commit

Permalink
Disable noImplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
wyozi committed Aug 29, 2020
1 parent c5a515d commit 58370ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["ES2015", "DOM"],
"jsx": "react",
"esModuleInterop": true,
"noImplicitAny": true,
"noImplicitAny": false,
"strictNullChecks": true
},
"include": ["src"],
Expand Down

0 comments on commit 58370ac

Please sign in to comment.