feat: initial commit

This commit is contained in:
Maofeng
2026-07-26 23:21:33 +08:00
commit cf8a7631e2
32 changed files with 2048 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"],
"@workspace/ui/*": ["../../packages/ui/src/*"]
}
}
}