Turborepo doesn't resolve correctly

Hi I’m trying to migrate my app to turborepo, but I ran in to import problems.

extends: "@repo/typescript-config/nextjs.json" doesn't resolve correctly

^ similar errors also shows up with different packages, e.g. with @repo/ui

I’ll just paste the repro repo, I use it with bun.

I see you’re using Bun as the package manager, which I’ve anecdotally heard has been having many issues with dependency resolution for Workspaces. You likely want to open an issue on the Bun repository with your reproduction.

1 Like