This commit is contained in:
2023-09-23 16:24:32 +00:00
parent ffd3ab681e
commit bfbc0134de
31 changed files with 304 additions and 181 deletions
+9
View File
@@ -3,6 +3,9 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"paths": {
"@/*": ["./src/*"]
}
},
"references": [
{
@@ -17,5 +20,11 @@
{
"path": "../server_util"
},
{
"path": "../api_def"
},
{
"path": "../gateway_server"
}
]
}