Jorge
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