Skip to content

Commit

Permalink
chore: fix tsconfig for build configuration (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Jan 13, 2025
1 parent f83353f commit 04c4d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"noEmit": false
},
"include": ["src/**/*"],
"exclude": ["node_modules", "tests"]
"exclude": ["node_modules", "test"]
}

0 comments on commit 04c4d64

Please sign in to comment.