| 12345678910111213141516 |
- {
- "compilerOptions": {
- "composite": true,
- "skipLibCheck": true,
- "module": "ESNext",
- "moduleResolution": "node",
- "allowSyntheticDefaultImports": true
- },
- "include": [
- "vite.config.*",
- "vitest.config.*",
- "cypress.config.*",
- "playwright.config.*",
- "vite/plugins/*"
- ]
- }
|