初始化项目

This commit is contained in:
JACKYMYPERSON
2026-01-08 11:08:04 +08:00
commit eef27d2bbc
18 changed files with 274 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"
}
]
}