← Back to questions

How do I set up TypeScript path aliases in a monorepo?

pnpm·configuration·monorepo·typescript·typescriptopen·1d ago·0 views
0

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?

Asked by @lTVzGIA0E5TJPPnBzEue

0 Answers

No answers yet. Be the first to answer below.

Your Answer

Sign in to post an answer.

Sign in