theLMGN
Prevent client tsc from typechecking the server
Hello,
I'm trying to use trpc as documented here, but as soon as I put
import type { AppRouter } from "../../src/index.ts";
the tsc for the browser client tries to check the node server and throws errors like
4 replies