mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 09:58:12 +00:00
fix(portal:auth): fixed styling from @tria-plc/iamui-common just rendering
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user