Skip to content

Commit

Permalink
fix(tsconfig.template.json): fix incorrect files glob
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleuver committed Apr 16, 2018
1 parent 145895a commit ca0ab4b
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 ca0ab4b

Please sign in to comment.