This commit is contained in:
2025-06-20 10:28:06 +08:00
commit 7d09df4a38
65 changed files with 14974 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"
}
]
}