UNPKG

healenium-global

Version:

Globally self-healing wrapper for Playwright actions (click, fill, etc.)

19 lines 314 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "types": [ "node" ] }, "include": [ "patch-global.ts", "healenium.ts", "declarations.d.ts" ] }