Skip to content

Commit

Permalink
fix: update include file
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Jun 23, 2024
1 parent bccb83b commit aa57cbc
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 @@ -28,7 +28,8 @@
},
"include": [
"lib/**/*.ts",
"test/**/*.ts"
"test/**/*.ts",
"*/"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit aa57cbc

Please sign in to comment.