Add magui components

This commit is contained in:
2025-11-02 16:42:26 -05:00
parent a220204004
commit 602eabc7ba
13 changed files with 1093 additions and 21 deletions

View File

@ -1,7 +1,17 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}