You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Linux
Describe the Bug
Examples in Turborepo for Next.js are inheriting a base typescript config with declaration: true, which causes a ton of portability errors which the cause of is not obvious. I spent many hours tracking this down. I don't think Next.js should have declaration: true, but using the examples provided they will.