mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": false,
|
|
"noLib": false,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": false,
|
|
"noImplicitUseStrict": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"removeComments": true,
|
|
"declaration": true,
|
|
"outDir": "./",
|
|
"baseUrl" : "./",
|
|
"paths": {
|
|
"@alfresco/adf-process-services": ["../process-services"],
|
|
"@alfresco/adf-content-services": ["../content-services"],
|
|
"@alfresco/adf-core": ["../core"],
|
|
"@alfresco/adf-insights": ["../analytics"],
|
|
"@angular/*": ["../node_modules/@angular/*"]
|
|
},
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"exclude": [
|
|
"demo",
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictMetadataEmit": false,
|
|
"skipTemplateCodegen": true
|
|
}
|
|
}
|