{ "include": [ "vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*" ], "compilerOptions": { "target": "ES2022", "strict": true, "strictNullChecks": true, "esModuleInterop": true, "skipLibCheck": true, "moduleResolution": "Bundler", "composite": true, "noEmit": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "lib": ["es2023"], "module": "ESNext", "types": [ "node" ] } }