{ "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"] }