Am I the only one struggling with pnpm + TypeScript monorepo + trpc?
Hello all,
When using pnpm in a TypeScript monorepo without
Types sharing between packages when using pnpm + TypeScript is quite broken, and I'm not sure what's the best move to solve it. Ideally I shouldn't have to alter my
I opened a discussion about it here if you want to participate: https://github.com/orgs/pnpm/discussions/6367
When using pnpm in a TypeScript monorepo without
node-linker, I hit those errors:Types sharing between packages when using pnpm + TypeScript is quite broken, and I'm not sure what's the best move to solve it. Ideally I shouldn't have to alter my
compilerOptions.paths, or install extra deps in the root. I opened a discussion about it here if you want to participate: https://github.com/orgs/pnpm/discussions/6367