First commit

This commit is contained in:
1008856
2025-09-25 11:04:25 +08:00
parent 0124a59739
commit b891bb5f69
18 changed files with 3509 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"
}
]
}