mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
16 lines
469 B
JSON
16 lines
469 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"]
|
|
},
|
|
},
|
|
"angularCompilerOptions": {
|
|
"compilationMode": "partial"
|
|
}
|
|
}
|