Skip to content

Commit

Permalink
tsconfig: Enable noImplicitAny again
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 7, 2018
1 parent 898a4f0 commit 8c24a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"allowJs": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"noImplicitAny": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictNullChecks": true,
Expand Down

0 comments on commit 8c24a79

Please sign in to comment.