mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* [AAE-11496] Fix aca-shared build * Add build option to aca-folder-rules * Add small test for aos
28 lines
697 B
JSON
28 lines
697 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/lib",
|
|
"declarationMap": true,
|
|
"target": "es2020",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"types": [],
|
|
"lib": ["dom", "es2018"],
|
|
"paths": {}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"enableResourceInlining": true
|
|
},
|
|
"exclude": ["test.ts", "**/*.spec.ts"]
|
|
}
|