Skip to content

Commit

Permalink
Merge pull request #869 from fkleuver/tsconfig-fix
Browse files Browse the repository at this point in the history
fix(tsconfig.template.json): fix incorrect files glob
  • Loading branch information
JeroenVinke authored Jul 2, 2018
2 parents 49b4a2d + ca0ab4b commit 948f0ce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/resources/content/tsconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
]
// @endif
},
"exclude": [
"node_modules",
"aurelia_project"
],
"filesGlob": [
"include": [
"./src/**/*.ts",
"./test/**/*.ts",
"./custom_typings/**/*.d.ts"
Expand Down

0 comments on commit 948f0ce

Please sign in to comment.