mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* upgrade to latest adf-extensions * switch to ADF RepositoryState * show extensions on About page, i18n fixes * update docs * cleanup about styles * greatly simplify app dependencies rendering * fix linting * fix tests
24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noUnusedLocals": true,
|
|
"target": "es5",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2018", "dom"],
|
|
"module": "es2015",
|
|
"baseUrl": "./",
|
|
"paths": {},
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": false
|
|
}
|
|
}
|