chore: initial commit with basic module federation setup in vite config

This commit is contained in:
Ilia Mashkov
2026-03-12 21:07:00 +03:00
commit 8916fd759e
22 changed files with 4092 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" }
]
}