Files
core_ng/@sammo/server/tsconfig.json
T
2023-09-23 16:24:32 +00:00

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"
}
]
}