Skip to content

Commit

Permalink
build: avoid building test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Oct 18, 2024
1 parent 67207b9 commit e488a2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
"exclude": [
"node_modules",
"**/*.test.ts",
"**/*.test.ts.snap"
],
}

0 comments on commit e488a2f

Please sign in to comment.