T
tRPC
Change Theme
Search Answer Overflow
Login
Oung Seik
Posts
Comments
T
tRPC
•
Created by volks on 10/12/2022 in
#❓-help
Losing the type between the client and server
I have to debug this issue almost 5 hours straight. For someone who struggle like me. It works for me by adding this. path is the path to the trpc server.
{
"compilerOptions"
: {
//...
"composite"
:
true
,
},
"references"
: [{
"path"
:
"../server"
}],
}
{
"compilerOptions"
: {
//...
"composite"
:
true
,
},
"references"
: [{
"path"
:
"../server"
}],
}
25 replies