init:低代码初始化

This commit is contained in:
lhj
2024-07-26 23:53:38 +08:00
commit 9306a02d1e
20 changed files with 5897 additions and 0 deletions

11
tsconfig.json Normal file
View File

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