SgtPepper
TRPC works but getting unpredictable Typescript warnings for a barebones trpc monorepo project
So I've done two changes, and not sure which one did it, but I got it solved for me:
- Switched from
pnpm
to yarn
-managed monorepo
- In my tsconfig.json, I had incremental
option to true, after I removed tsBuildInfoFile
(points to node_modules/.cache/tsbuildinfo.json
)4 replies