This commit is contained in:
xiaozhou
2025-08-28 18:41:49 +08:00
commit 3a65cae1aa
22 changed files with 3941 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"
}
]
}