This commit is contained in:
2023-09-23 15:44:35 +00:00
parent 4e629e0b1e
commit ffd3ab681e
55 changed files with 1293 additions and 303 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
},
"references": [
{
"path": "../../@strpc/express"
},
{
"path": "../util"
},
{
"path": "../crypto"
},
{
"path": "../server_util"
},
]
}