mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-11707] Fix wrong paths in adf-core (#8350)
This commit is contained in:
committed by
GitHub
parent
4db6c88f78
commit
ce998f61fd
@@ -5,7 +5,11 @@
|
||||
"declarationMap": true,
|
||||
"paths": {
|
||||
"@alfresco/adf-extensions": ["../../../dist/libs/extensions"],
|
||||
"@alfresco/adf-extensions/*": ["../../../dist/libs/extensions/*"]
|
||||
"@alfresco/adf-extensions/*": ["../../../dist/libs/extensions/*"],
|
||||
"@alfresco/adf-core/auth": ["../auth/src/index.ts"],
|
||||
"@alfresco/adf-core/shell": ["../shell/src/index.ts"],
|
||||
"@alfresco/adf-core/api": ["../api/src/index.ts"],
|
||||
|
||||
}
|
||||
},
|
||||
"exclude": ["src/test.ts", "**/*.spec.ts", "**/*.test.ts"],
|
||||
|
Reference in New Issue
Block a user