{ "compilerOptions": { "composite": true, "skipLibCheck": true, "types": ["node"], "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true }, "include": [ "vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*" ] }