Skip to content

Commit

Permalink
Fix(danrevah#23): Disable implict any
Browse files Browse the repository at this point in the history
  • Loading branch information
danrevah committed Feb 6, 2017
1 parent 5771a6a commit 33d045a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"noImplicitAny": true,
"lib": ["es6", "dom"],
"mapRoot": "./",
"module": "es6",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"noImplicitAny": true,
"lib": ["es6", "dom"],
"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit 33d045a

Please sign in to comment.