Skip to content

Commit

Permalink
Set noImplicitAny option to true in the tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
antitoine authored and jkuri committed Jul 29, 2016
1 parent 7412fba commit 3f59776
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 @@ -7,7 +7,7 @@
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": false,
"noImplicitAny": true,
"rootDir": ".",
"sourceMap": true,
"sourceRoot": "./",
Expand Down

0 comments on commit 3f59776

Please sign in to comment.