Question
How do I set up TypeScript path aliases in a monorepo?
8554152f-e739-427e-9b67-f4444ced5111
I have a pnpm monorepo with multiple packages. When I try to import from other packages using path aliases configured in tsconfig.json paths, I get module not found errors. How do I configure TypeScript path aliases so that they resolve correctly both in the IDE and at build time?