Vito 85183ead0d
[ACA-3542] - added sorting for filters ()
* [ACA-3542] - added sorting for filters

* [ACA-3542] - removed wrong parameter

* [ACA-3542] - fixed test with fixed sorting mode parameter

* Update content-node-selector-panel.component.html

* fix e2e

* fix delete site

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
2020-08-03 10:30:14 +01:00

30 lines
512 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"outDir": "../out-tsc/e2e",
"baseUrl": ".",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
],
"paths": {
"@alfresco/adf-testing": [
"../lib/testing"
],
"@alfresco/adf-process-services-cloud": [
"../lib/process-services-cloud"
]
}
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules"
]
}