Jorge
Jorge
TtRPC
Created by Jorge on 7/8/2024 in #❓-help
Endpoints lose Input and Output Types on tRPC Client
✅ Just found the solution:
Since I was having typescript loose references (on tsconfig's) and overall build process getting errors outside of the tRPC package, it seems like this was affecting the Type annotation of the Input and Output Types of tRPC.
5 replies
TtRPC
Created by Jorge on 7/8/2024 in #❓-help
Endpoints lose Input and Output Types on tRPC Client
Yes I had it enabled on "extends": "@repo/tsconfig/base.json".
5 replies