init project

This commit is contained in:
Timi
2025-12-19 20:19:28 +08:00
parent 669ca37d28
commit 35e34088b8
25 changed files with 10910 additions and 140 deletions

11
tsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}