Skip to content

Commit

Permalink
Ignore test files when bundling (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Mar 1, 2020
1 parent 7b4078d commit 0c466b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"sourceMap": true,
"inlineSources": true
},
"include": ["src/**/*"]
"include": ["src/**/*"],
"exclude": ["src/**/*.spec.ts"]
}

0 comments on commit 0c466b1

Please sign in to comment.