Files
core_ng/@sammo/game_logic/tsconfig.json
T
2023-09-23 14:21:21 +00:00

22 lines
313 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
},
"references": [
{
"path": "../../@strpc/express"
},
{
"path": "../util"
},
{
"path": "../crypto"
},
{
"path": "../server_util"
},
]
}