mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
* update targets * update targets * fixed FormService propagation [ci:force] * fixed FormService propagation [ci:force]
27 lines
483 B
JSON
27 lines
483 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.lib.prod.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"target": "es2022"
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"enableResourceInlining": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|