`prisma-client` generator in compiled workspace package
Running into this error:
The inferred type of 'foo' cannot be named without a reference to '../../../node_modules/@mrb/mysql/dist/generated/internal/prismaNamespace'. This is likely not portable. A type annotation is necessary.
The inferred type of 'foo' cannot be named without a reference to '../../../node_modules/@mrb/mysql/dist/generated/internal/prismaNamespace'. This is likely not portable. A type annotation is necessary.
I know you can get rid of th error by setting declaration to false, but that is not an option for me. What is the best way to go about this?