{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "strictNullChecks": false, "esModuleInterop": true, "skipLibCheck": true }, "include": ["tests/**/*.ts", "vitest.config.ts"] }