| 12345678910111213 |
- {
- "compilerOptions": {
- "target": "ES2022",
- "module": "ESNext",
- "moduleResolution": "bundler",
- "types": ["node"],
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "noEmit": true
- },
- "include": ["src", "playwright.config.ts"]
- }
|