This commit is contained in:
kkunkka
2025-10-17 10:46:45 +08:00
commit 9e9d6b3982
29 changed files with 2805 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"
}
]
}