Proposal for a Documentation Improvement Regarding TypeScript Performance
Hi everyone,
I recently ran into a significant IDE performance issue in my project with Prisma, and after some digging, I was lucky enough to pinpoint the cause.
The core of the problem isn't an issue with Prisma itself, but rather a subtle pitfall in how Prisma's generated types are used within TypeScript. I believe other developers might easily encounter the same thing.
To contribute back to the community and as a personal challenge, I'd love to create a PR to add this knowledge and a recommended code example to the official Prisma documentation.
What do you think would be the best place for this kind of tip? I'm open to any suggestions or feedback, even if you think a documentation update isn't necessary for this.