mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* [ACS-4538] Make folder-rules secondary entry point of aca-content * [ACA-4538] Fix folder rules imports * [ACS-4538] Fix folder-rules unit tests * [ACS-4538] Fix package.json after folder rules transition * [ACS-4538] Remove duplicated peerDependency * [ACS-4538] Import fix
18 lines
593 B
JSON
18 lines
593 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"declarationMap": false,
|
|
"paths": {
|
|
"@alfresco/aca-shared": ["dist/@alfresco/aca-shared"],
|
|
"@alfresco/aca-shared/store": ["dist/@alfresco/aca-shared/store"],
|
|
"@alfresco/aca-shared/rules": ["dist/@alfresco/aca-shared/rules"],
|
|
"@alfresco/aca-viewer": ["dist/@alfresco/aca-viewer"],
|
|
"@alfresco/aca-preview": ["dist/@alfresco/aca-preview"]
|
|
},
|
|
},
|
|
"angularCompilerOptions": {
|
|
"compilationMode": "partial"
|
|
}
|
|
}
|