init project

This commit is contained in:
林梓阳
2024-07-02 15:39:51 +08:00
commit aeba86bb91
33 changed files with 8946 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"
}
]
}