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

18 lines
260 B
JSON

{
"extends": "./tsconfig.base.json",
"references": [
{
"path": "./@sammo/gateway_client"
},
{
"path": "./@sammo/gateway_server"
},
{
"path": "./@sammo/server"
},
{
"path": "./@sammo/client"
},
],
}