Skip to content

Commit

Permalink
fix(typescript): do not build typescript files in aurelia_project folder
Browse files Browse the repository at this point in the history
closes #234
  • Loading branch information
JeroenVinke committed Mar 12, 2017
1 parent d6f0ada commit 334df2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/resources/content/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"lib": ["es2017", "dom"]
},
"exclude": [
"node_modules"
"node_modules",
"aurelia_project"
],
"filesGlob": [
"./src/**/*.ts",
Expand Down

0 comments on commit 334df2f

Please sign in to comment.