## @strpc 기존 RPC를 package화 ### @strpc/express express의 middleware + router 결함 ## @sammo 게임 전체 - server, client - gateway_server, gateway_client
18 lines
260 B
JSON
18 lines
260 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"references": [
|
|
{
|
|
"path": "./@sammo/gateway_client"
|
|
},
|
|
{
|
|
"path": "./@sammo/gateway_server"
|
|
},
|
|
{
|
|
"path": "./@sammo/server"
|
|
},
|
|
{
|
|
"path": "./@sammo/client"
|
|
},
|
|
],
|
|
}
|