API UPDATE FIRST

This commit is contained in:
龚皓
2026-06-10 11:46:45 +08:00
commit 9c01a78da5
113 changed files with 31146 additions and 0 deletions

19
tsconfig.json Normal file
View File

@@ -0,0 +1,19 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}