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
+28
View File
@@ -0,0 +1,28 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
},
"exclude": [
],
"references": [
{
"path": "../util"
},
{
"path": "../secure_token"
},
{
"path": "../../@strpc/def"
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
]
}