Skip to content

Commit

Permalink
chore: exclude tests from build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Nov 26, 2023
1 parent 90f6c53 commit 1d2701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["./src/**/*.test.ts"]
"exclude": ["./src/**/*.test.ts", "__tests__"]
}

0 comments on commit 1d2701e

Please sign in to comment.