mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
17 lines
470 B
JSON
Executable File
17 lines
470 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/aca-testing-shared": ["../projects/aca-testing-shared/src/index.ts"],
|
|
"@alfresco/playwright-shared": ["./playwright/shared/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|