v1narth
tRPC in a “monorepo” (server / client folders in same repo)
So i happen to have a monorepo project in a sense that it has 2 folders (server / client) in the same repo.
No workspaces, no package json or tsconfig in root.
Trying to setup trpc, but client tsc throws server errors, my guess is because path aliases configured in both folders tsconfig.
Is there a way to setup trpc in this case, or i need to look into converting the project into a valid monorepo?
2 replies