Skip to content

Commit

Permalink
chore: exclude test files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 5, 2022
1 parent 97a379a commit 1b658bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"noFallthroughCasesInSwitch": true
},
"include": ["src/"],
"exclude": ["**/*.test.ts"]
"exclude": ["src/**/*.test.ts", "src/tests/**/*"]
}

0 comments on commit 1b658bb

Please sign in to comment.