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 34293d8 commit e163cbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"lib": ["es6", "dom"],
"mapRoot": "./",
"module": "es6",
Expand Down
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": false,
"lib": ["es6", "dom"],
"module": "commonjs",
"moduleResolution": "node",
Expand All @@ -17,5 +18,8 @@
"exclude": [
"node_modules",
"**/*.spec.ts"
]
],
"angularCompilerOptions": {
"genDir": "compiled"
}
}

0 comments on commit e163cbf

Please sign in to comment.