Skip to content

Commit

Permalink
build: remove .spec files from lib (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jan 4, 2024
1 parent c38a670 commit b67ee28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"./node_modules/@types"
],
"exclude": [
"node_modules"
"node_modules",
"./src/**/*.spec.ts",
"./src/testHelpers"
],
"include": [
"./src/**/*.ts",
Expand Down

0 comments on commit b67ee28

Please sign in to comment.