add custom layout - & theme provider - & i18provider and so on
This commit is contained in:
@@ -7,5 +7,15 @@
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@admin*": [
|
||||
"./src/admin-components/*"
|
||||
],
|
||||
"@core*": [
|
||||
"./src/admin-core/*"
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user