Skip to content

Commit

Permalink
chore: exclude src/__fixtures__ in tsconfig.build (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Sep 10, 2023
1 parent 5d1bb48 commit a854f1a
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 @@ -9,5 +9,5 @@
"sourceMap": true
},
"include": ["./src/**/*.ts"],
"exclude": ["./src/**/*.test.ts"]
"exclude": ["./src/**/*.test.ts", "./src/__fixtures__/"]
}

0 comments on commit a854f1a

Please sign in to comment.