Skip to content

Commit

Permalink
build: exclude test files (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 20, 2024
1 parent a060e7f commit df56e0e
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 @@ -11,5 +11,5 @@
"allowSyntheticDefaultImports": true
},
"include": ["./src"],
"exclude": ["./dist"]
"exclude": ["./dist", "**/*.spec.ts"]
}

0 comments on commit df56e0e

Please sign in to comment.