Files
alfresco-ng2-components/lib/core/tsconfig.json
T

28 lines
525 B
JSON

{
"extends": "../../tsconfig.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.lib.prod.json"
},
{
"path": "./.storybook/tsconfig.json"
}
],
"compilerOptions": {
"baseUrl": "src",
"target": "es2022"
},
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
"enableResourceInlining": true,
"typeCheckHostBindings": false,
"strictTemplates": true
}
}