Skip to content

Commit

Permalink
chore: exclude test utilities from build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Jun 26, 2019
1 parent 77b315d commit 7d02b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": []
},
"exclude": [
"**/*.spec.ts"
"**/*.spec.ts",
"app/test-utils/**/*"
]
}
3 changes: 2 additions & 1 deletion tsconfig-serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"exclude": [
"node_modules",
"**/*.spec.ts"
"**/*.spec.ts",
"src/app/test-utils/**/*"
]
}

0 comments on commit 7d02b45

Please sign in to comment.