Skip to content

Commit

Permalink
fix(build): Add compiled files to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elecash committed Dec 29, 2016
1 parent 062edf3 commit d4e7315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
},
"exclude": [
"node_modules/*",
"coverage/*",
"compiled/*"
"coverage/*"
],
"angularCompilerOptions": {
"genDir": "compiled"
Expand Down

0 comments on commit d4e7315

Please sign in to comment.