We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c32a25 commit 2e3cb45Copy full SHA for 2e3cb45
lib/broccoli/angular2-app.js
@@ -30,7 +30,7 @@ Angular2App.prototype.toTree = function () {
30
31
var assetTree = new Funnel(sourceTree, {
32
include: ['**/*.*'],
33
- exclude: ['**/*.ts', '**/*.js'],
+ exclude: ['**/*.ts', '**/*.js', 'src/tsconfig.json'],
34
allowEmpty: true
35
});
36
0 commit comments