This commit is contained in:
cjd
2025-11-04 21:09:11 +08:00
parent 5313d475c5
commit 8a4843bf46
117 changed files with 15641 additions and 9 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}