mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist/core/",
|
|
"types": [],
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@alfresco/adf-extensions": ["../dist/extensions"],
|
|
"@alfresco/adf-extensions/*": ["../dist/extensions/*"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"enableResourceInlining": true
|
|
}
|
|
}
|