refactor: consolidate web app UI foundation

This commit is contained in:
3252a8
2026-05-11 23:25:34 +03:00
parent 9f338c3416
commit 6a367c1dec
47 changed files with 713 additions and 275 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"$lib/*": ["src/lib/*"],
"$components/*": ["src/lib/components/*"]
}
},
"include": ["src/**/*"]
}