Skip to content

Commit

Permalink
chore: exclude tsconfig.json from being copied to dist/ (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonCubed authored and hansl committed May 9, 2016
1 parent 668ecee commit 413d6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/broccoli/angular2-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ class Angular2App extends BroccoliPlugin {
'**/*.scss',
'**/*.sass',
'**/*.less',
'**/*.styl'
'**/*.styl',
'**/tsconfig.json'
],
allowEmpty: true
});
Expand Down

0 comments on commit 413d6e0

Please sign in to comment.