Skip to content

Commit

Permalink
fix tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Feb 17, 2025
1 parent a379211 commit a14e03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openapi/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "path": "../server" },
{ "path": "../shared" }
],
"include": ["src", "../client/src/openapi/json-serializer.ts"],
"include": ["src"],
"exclude": [
"**/*.bench.*",
"**/*.test.*",
Expand Down

0 comments on commit a14e03e

Please sign in to comment.