파일 위치 이동

This commit is contained in:
2023-09-23 14:21:21 +00:00
parent 438df6cd3c
commit 4e629e0b1e
42 changed files with 206 additions and 781 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"
},
]
}