feat: initial EMS frontend template from ems-core v1.1.0

This commit is contained in:
Du Wenbo
2026-04-05 15:44:40 +08:00
commit 7811bc1f08
112 changed files with 21450 additions and 0 deletions

7
tsconfig.json Normal file
View File

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