Skip to content

Commit

Permalink
fix: exclude test files (#246)
Browse files Browse the repository at this point in the history
Excluding all test files from ./lib/. These will no
longer be included in the NPM package.

AB#804
  • Loading branch information
pjlittle authored and tbarlow12 committed Sep 13, 2019
1 parent 317db2d commit 14109da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@
"include": [
"./src",
"./src/**/*.json"
],
"exclude": [
"**/test",
"**/*.test.ts"
]
}
}

0 comments on commit 14109da

Please sign in to comment.