Skip to content

Commit

Permalink
Exclude test files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Oct 16, 2023
1 parent 9ce1101 commit 1359f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": ["./src/**/*.ts"],
"exclude": ["./src/**/*.test.tsx", "./src/fakes/**/*.ts"],
"exclude": ["./src/**/*.test.tsx", "./src/**/*.test.ts", "./src/fakes/**/*.ts"],
"compilerOptions": {
"target": "es6",
"rootDir": "./src",
Expand Down

0 comments on commit 1359f73

Please sign in to comment.