Skip to content

Commit

Permalink
Remove suppressImplicitAnyIndexErrors
Browse files Browse the repository at this point in the history
Fixes #76442
  • Loading branch information
mjbvz committed Jul 10, 2019
1 parent aac3c0e commit c228362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"module": "amd",
"moduleResolution": "node",
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es5",
"experimentalDecorators": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit c228362

Please sign in to comment.