Akash Rathod 608e6c5eb4
[ACS-6575] code fix and split action suite ()
* code split and fix

* code split and fix

* code split and fix

* [ACS-6575]code fix in workflow
2024-01-19 13:09:07 +05:30

16 lines
416 B
JSON
Executable File

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/e2e",
"baseUrl": "./",
"module": "commonjs",
"target": "es2017",
"types": ["jasmine", "jasminewd2", "node", "@playwright/test"],
"skipLibCheck": true,
"paths": {
"@alfresco/playwright-shared": ["../../../projects/aca-playwright-shared/src/index.ts"]
}
},
"exclude": ["node_modules"]
}