@strpc ready

This commit is contained in:
2023-09-22 20:32:41 +09:00
parent 3013554cef
commit 0f9d5c2dc9
19 changed files with 1485 additions and 186 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
},
"references": [
{
"path": "../def"
},
]
}