Skip to content

Commit

Permalink
fix: add build tsconfig to omit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Jan 24, 2025
1 parent 38ee8bc commit a915661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["**/*.spec.ts"]
}

0 comments on commit a915661

Please sign in to comment.