Nextjs can't resolve tsconfig paths from monorepo packages
Unanswered
Siamese posted this in #help-forum
SiameseOP
I have a monorepo project with a vite frontend and nextjs backend. I have various packages that provide features to both apps. In those packages, we use path aliases for convenience. These are working just fine on the vite frontend app, but in nextjs, it cannot resolve the path aliases in the packages. Is there something special I need to do in order for nextjs to recognize path aliases for other tsconfigs than it's own?
1 Reply
SiameseOP