Skip to content

Commit

Permalink
fix: TECH include types into prod tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kirpichenko committed Sep 6, 2024
1 parent 70db556 commit 8bedac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/matchers/tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../tsconfig.json",
"include": ["./src/**/*"],
"include": ["./src/**/*", "./types/**/*"],
"exclude": ["./src/**/__tests__/**/*", "./src/**/*.test.ts"],
"compilerOptions": {
"outDir": "./lib",
Expand Down

0 comments on commit 8bedac6

Please sign in to comment.