initial commit

This commit is contained in:
xiaomai
2025-09-17 17:23:43 +08:00
commit 7ea9a3c8f9
21 changed files with 3481 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"
}
]
}