Hi everyone. I need some help. I am using Prisma with tRPC in a NextJS project.
There is a build error on Vercel complaining about implicit any during the build phase of the pipeline.
I have no errors when I build the project locally. Also the types are correctly inferred in development.
I don't want to use ignoreBuildErrors: true in my next config, obviously :)
Did anyone encounter the same issue before?
Thanks for your help