NextJS Build Parameter xxx implicitly has an 'any' type.
I'm trying to build my TurboRepo NextJS app but all my trpc endpoints return any when building, VSCode autocomplete works fine. Any idea what I'm doing wrong?
1 Reply
Fixed it
For anyone curious i was messing around with "type": "module" in my db package.
I simply removed "type": "module" and reverted every .ts import
I was borderline going insane trying to figure out why VSCode got it but next build didn't 😅