| 123456789101112131415 |
- {
- "compilerOptions": {
- "target": "ES2022",
- "lib": ["ES2022"],
- "module": "CommonJS",
- "moduleResolution": "node",
- "skipLibCheck": true,
- "strict": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "esModuleInterop": true,
- "outDir": "./node_modules/.tmp/e2e"
- },
- "include": ["e2e", "playwright.config.ts"]
- }
|