Skip to content

Commit 2e3cb45

Browse files
committed
fix(build): exclude tsconfig.json from the build output
1 parent 5c32a25 commit 2e3cb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/broccoli/angular2-app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Angular2App.prototype.toTree = function () {
3030

3131
var assetTree = new Funnel(sourceTree, {
3232
include: ['**/*.*'],
33-
exclude: ['**/*.ts', '**/*.js'],
33+
exclude: ['**/*.ts', '**/*.js', 'src/tsconfig.json'],
3434
allowEmpty: true
3535
});
3636

0 commit comments

Comments
 (0)