{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "node16", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "outDir": "dist" }, "include": ["tests/**/*.ts", "fixtures/**/*.ts", "helpers/**/*.ts", "playwright.config.ts"] }