Files
core_ng/@sammo/gateway_client/tsconfig.json
T
2023-09-23 17:05:18 +00:00

26 lines
311 B
JSON

{
"extends": "../../tsconfig.vite.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
},
"exclude": [
],
"references": [
{
"path": "../util"
},
{
"path": "../secure_token"
},
{
"path": "../../@strpc/def"
},
{
"path": "./tsconfig.node.json"
}
]
}