Is anyone successfully using PrismaClient with pnp...
# prisma-client
j
Is anyone successfully using PrismaClient with pnpm? If I type
Copy code
rm -rf node_modules/ ; pnpm i
And restart the TS server, I loose all my type info, it becomes type 'any'
Copy code
rm -rf node_modules/ ; yarn
And restart the TS server, and I get my type info back