Skip to content

Commit

Permalink
fix(prisma): add tsconfig paths for @gqloom packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xcfox committed Dec 10, 2024
1 parent d3e2dc6 commit 3ada817
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/prisma/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"paths": {
"@gqloom/*": ["../../packages/*/src/index.ts"]
}
},
"include": ["src", "test"]
}

0 comments on commit 3ada817

Please sign in to comment.