mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Removing js-api external dep * Fixed targeting * Fixed targeting with local js-api * [affected:*] Fixed targeting with local js-api * Fixed bundle for CI
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.lib.prod.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"target": "es2020"
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"enableResourceInlining": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|