Skip to content

Commit

Permalink
Merge pull request #129 from thc202/exclude-test-data
Browse files Browse the repository at this point in the history
chore: exclude more test data
  • Loading branch information
psiinon authored Jun 28, 2023
2 parents 0c3786c + 3165a58 commit d9c4f5b
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
Expand Up @@ -4,5 +4,5 @@
"outDir": "dist"
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"]
"exclude": ["src/**/*.test.ts", "src/**/*Fixture.ts", "src/testHelpers/**"]
}

0 comments on commit d9c4f5b

Please sign in to comment.