mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-16 17:54:59 +00:00
* package fixes * upgrade stylelint config * upgrade configuration and stats * code fixes based on Angular upgrade * rework scss-bundle usage * use node 14 with travis (lts) * fix production builds * fix node sass version
21 lines
561 B
JSON
21 lines
561 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist/insights/",
|
|
"declarationMap": true,
|
|
"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,
|
|
"strictTemplates": true
|
|
}
|
|
}
|