prisma-nestjs-graphql
prisma-nestjs-graphql copied to clipboard
Types are not defined
trafficstars
Hi there!
I'm currently using this package for a project and I encouter the following error: when I generate the types using npx prisma generate, I get the corresponding types folder with everything inside, but the @prisma/client package remains untyped:

I can't find any help on this issue, do you know what could be the cause of this problem?
I already tried removing and re-installing the @prisma/client package but this doesn't work.