Files
alfresco-ng2-components/lib/content-services/tsconfig.lib.json
Denys Vuika a3fabf632c [ACA-2176] prevent Esc click event bubble into the Viewer (#6378)
* prevent Esc click event bubble into the Viewer

* fix tests
2020-12-02 13:48:44 +00:00

19 lines
512 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/content-services/",
"baseUrl": "src",
"paths": {
"@alfresco/adf-extensions": ["../../dist/extensions"],
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
"@alfresco/adf-core": ["../../dist/core"],
"@alfresco/adf-core/*": ["../../dist/core/*"]
}
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true
}
}