`The property 'query' in your router collides with a built-in method`
I'm seeing an error (attached) where I can get autocompletes on TRPC in the file where the client is defined, but not anywhere I import it in.
It does call the backend but the type checking isn't working.
It does call the backend but the type checking isn't working.

Solution
I was reexporting my type signatures in a barrel file. Importing directly fixed the issue.