This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Make Prisma TS client work in strict mode without needing to explicitly add @types/graphql
.
#3619
Milestone
The TS should be able to be used in strict mode with only the
prisma-client-lib
dependency. Right now it doesn't work because (presumably) the@types/graphql
dep is missing.For example, for this setup:
package.json
tsconfig.json
I am always getting this error:
The text was updated successfully, but these errors were encountered: