Skip to content

Commit

Permalink
fix(ts): exclude typescript specs files from generating error on tran…
Browse files Browse the repository at this point in the history
…spilling
  • Loading branch information
stherrienaspnet committed Aug 24, 2017
1 parent ec3eb80 commit 46f762e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/app/tsconfig(ts).json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"./node_modules/@types/"
],
"exclude": [
"node_modules"
"node_modules",
"client/**/*.spec.ts"
],
"filesGlob": [
"client/{app,components}/**/!(*.spec).ts"
Expand Down

0 comments on commit 46f762e

Please sign in to comment.