SgtPepper
SgtPepper
TtRPC
Created by SgtPepper on 1/18/2024 in #❓-help
TRPC works but getting unpredictable Typescript warnings for a barebones trpc monorepo project
I'll leave this open as a reference for others
4 replies
TtRPC
Created by SgtPepper on 1/18/2024 in #❓-help
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