mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* separate project for about extension * move components to the about project * remove about from the app * update travis * fix lint
25 lines
517 B
JSON
25 lines
517 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/lib",
|
|
"target": "es2015",
|
|
"declaration": true,
|
|
"inlineSources": true,
|
|
"types": [],
|
|
"lib": [
|
|
"dom",
|
|
"es2018"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"enableResourceInlining": true
|
|
},
|
|
"exclude": [
|
|
"src/test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|