Skip to content

Commit 413d6e0

Browse files
JonCubedhansl
authored andcommitted
chore: exclude tsconfig.json from being copied to dist/ (angular#686)
1 parent 668ecee commit 413d6e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/broccoli/angular2-app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ class Angular2App extends BroccoliPlugin {
333333
'**/*.scss',
334334
'**/*.sass',
335335
'**/*.less',
336-
'**/*.styl'
336+
'**/*.styl',
337+
'**/tsconfig.json'
337338
],
338339
allowEmpty: true
339340
});

0 commit comments

Comments
 (0)