Roxana Diacenco 6e17405787
[ACA-3392] Create aca-testing-shared project to be reused in ADW ()
* Move e2e framework to aca-shared/testing

* * Update e2e suites imports from @alfresco/aca-shared/testing
* Remove testing framework from 'e2e' directory

* Move e2e testing framework to `aca-testing-shared` project
2020-06-04 22:40:07 +02:00

48 lines
1.1 KiB
JSON

{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2015",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"target": "es5",
"resolveJsonModule": true,
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"@alfresco/aca-shared": [
"projects/aca-shared/src/public-api.ts"
],
"@alfresco/aca-shared/store": [
"projects/aca-shared/store/src/public-api.ts"
],
"@alfresco/aca-shared/rules": [
"projects/aca-shared/rules/src/public-api.ts"
],
"@alfresco/adf-office-services-ext": [
"projects/adf-office-services-ext/src/public-api.ts"
],
"@alfresco/aca-testing-shared": ["projects/aca-testing-shared"]
}
},
"exclude": [
"node_modules"
],
"angularCompilerOptions": {
"preserveWhitespaces": false
}
}