[AAE-12511] add '@alfresco/adf-core/api' to tsconfig.adf.json paths to fix imports error using adf configuration (#3050)

This commit is contained in:
Amedeo Lepore 2023-03-09 14:19:51 +01:00 committed by GitHub
parent 2a32fadb52
commit ed6614bb0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@
"@alfresco/adf-core/*": ["../alfresco-ng2-components/lib/core/*/public-api.ts"],
"@alfresco/adf-core/shell": ["../alfresco-ng2-components/lib/core/shell/src/index.ts"],
"@alfresco/adf-core/auth": ["../alfresco-ng2-components/lib/core/auth/src/index.ts"],
"@alfresco/adf-core/api": ["../alfresco-ng2-components/lib/core/api/src/index.ts"],
"@alfresco/adf-extensions": ["../alfresco-ng2-components/lib/extensions"],
"@alfresco/adf-content-services": ["../alfresco-ng2-components/lib/content-services"],
"@alfresco/adf-process-services-cloud": ["../alfresco-ng2-components/lib/process-services-cloud"],