t
tRPC
t
tRPC
Monorepo setup with vscode
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
N
Nick
•
2/5/23, 10:20 PM
VS Code just uses typescript to understand everything
, so if the app type
-checks and builds correctly
, it should work fine
M
mark salsbery
•
2/6/23, 6:15 AM
I
’m pretty sure it works fine
. I have git repos with server and client folders
, each of which have their own package
.json
. Never had any issues yet