{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "jsx": "react-jsx", "lib": ["ES2020", "DOM", "DOM.Iterable"], "types": ["astro/client"], "noEmit": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "paths": { "~/*": ["src/*"] } }, "include": ["src/**/*", "astro.config.mjs"] }