`useTRPC` has the any type meanwhile `AppRouter` doesn't
I'm using monorepo (turborepo) and importing AppRouterAppRouter from the backend for types. AppRouterAppRouter appears to have types, but useTRPCuseTRPC doesn't. How can I fix it?
Solution
Figured it out. Just add these lines to the tsconfig.json file: