Skip to content

Commit

Permalink
Exclude test files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Mar 14, 2024
1 parent 82b64cc commit 04c2f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"noImplicitReturns": true,
"noUnusedLocals": true
},
"include": ["src"]
"include": ["src"],
"exclude": ["src/*.test.ts"]
}

0 comments on commit 04c2f16

Please sign in to comment.