Scott Nedderman

Results 3 comments of Scott Nedderman

It turned out that my previous suggestion to modify tsconfig.json didn't work. However, the suggestion on this [other issue](https://github.com/prisma/prisma/issues/2584#issuecomment-646414549) to add the following to schema.prisma did help: ```js generator client...

I built the library because I was getting a TypeScript error with "AblyProvider" for React. I thought I would take a look at the source code and try to fix...

That was it and your suggestion fixed it. Thanks for being so responsive!