mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* [ACS-5016] [E2E] delete actions migrated to playwright * [ACS-5016] sonar fix 1 * [ACS-5016] sonar fix 2 * [ACS-5016] upload.effects.spec.ts reverted * [ACS-5016] upload-file.test.ts reverted * [ACS-5016] review fix 1
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"extends": "../../../tsconfig.adf.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/e2e",
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"types": ["jasmine", "jasminewd2", "node"],
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@alfresco/playwright-shared": ["../../../projects/aca-playwright-shared/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|