mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* [ACS-9065] Added folder information tests in ACA * [ACS-9065] fixed sonar issues * [ACS-9065] Changed test describe name * [ACS-9065] debugging dialog errors 1 * [ACS-9065] removed debugging reload * [ACS-9065] renamed e2e file
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"extends": "../../../tsconfig.adf.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/e2e",
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"types": ["jasmine", "jasminewd2", "node"],
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@alfresco/aca-playwright-shared": ["dist/@alfresco/aca-playwright-shared"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|