Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Jan 12, 2024
1 parent 87c6b13 commit fb10ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": ["./src"],
"exclude": ["./types", "./esm", "./cjs", "node_modules", "./dist", "./src/__tests__"],
"exclude": ["./types", "./esm", "./cjs", "node_modules", "./dist"],
"compilerOptions": {
"rootDir": "src",
"baseUrl": ".",
Expand Down

0 comments on commit fb10ee4

Please sign in to comment.