## @strpc 기존 RPC를 package화 ### @strpc/express express의 middleware + router 결함 ## @sammo 게임 전체 - server, client - gateway_server, gateway_client
31 lines
445 B
JSON
31 lines
445 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../@strpc/express"
|
|
},
|
|
{
|
|
"path": "../util"
|
|
},
|
|
{
|
|
"path": "../crypto"
|
|
},
|
|
{
|
|
"path": "../server_util"
|
|
},
|
|
{
|
|
"path": "../api_def"
|
|
},
|
|
{
|
|
"path": "../gateway_server"
|
|
}
|
|
]
|
|
}
|