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
+10 -1
View File
@@ -4,6 +4,9 @@
"rootDir": "./src",
"outDir": "./dist",
},
"exclude": [
],
"references": [
{
@@ -14,6 +17,12 @@
},
{
"path": "../../@strpc/def"
}
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
]
}