{ "extends": "@vue/tsconfig/tsconfig.json", "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*", "src/**/*.ts"], "compilerOptions": { "composite": true, "lib": ["ES2023"], "types": ["node"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, "ignoreDeprecations": "6.0" } }