This commit is contained in:
liuhanhua
2025-09-26 17:25:54 +08:00
parent 5a38b8624e
commit 4e03ba571c
28 changed files with 1042 additions and 0 deletions

11
tsconfig.json Normal file
View File

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