Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow consuming TS project to find types
For some reason the exports field is not working at least on Prisma PDP codebase.
- Loading branch information
fb253fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah this was indeed a bug for older setups of TS as described here:
microsoft/TypeScript#33079 (comment)