feat: init

This commit is contained in:
2025-09-03 22:08:46 +08:00
parent 2d1b1a1840
commit 55242fc923
26 changed files with 5322 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"
}
]
}