Skip to content

Commit

Permalink
fix: exclude tests from TSConfig (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil4udo committed Apr 1, 2024
1 parent d7d7223 commit 2c6467b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"src/index.js",
"src/index.js"
],
"exclude": [
"src/**/*.test.ts"
],
"references": [
{
"path": "./tsconfig.node.json"
Expand Down

0 comments on commit 2c6467b

Please sign in to comment.