{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "sourceMap": true, "strict": true, "esModuleInterop": true, "jsx": "react-jsx", "skipLibCheck": true, "types": ["vitest/globals"] }, "include": ["src"] }