mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* viewer action files e2e migration * viewer action files e2e remove comment * review code fix * [ci:force] * [ACS-5650]viewer test with new user * remove commented code * login and logout playwright test * Update error message login.spec.ts
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"]
|
|
}
|