fix(portal:auth): fixed styling from @tria-plc/iamui-common just rendering

This commit is contained in:
Michael Abebe
2026-05-15 11:17:03 +03:00
parent 7340d00827
commit f08f6b5209
11 changed files with 1582 additions and 13 deletions

View File

@@ -1,6 +1,15 @@
{
"extends": "@edr/tsconfig/react.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"#components": ["src/components"],
"#components/*": ["src/components/*"],
"#lib": ["src/lib"],
"#lib/*": ["src/lib/*"],
"#hooks": ["src/hooks"],
"#hooks/*": ["src/hooks/*"]
},
"outDir": "dist",
"rootDir": "src"
},