{ "extends": "astro/tsconfigs/strict", "include": ["src/**/*"], "exclude": ["dist"], "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, "jsx": "react-jsx", "jsxImportSource": "react", "resolveJsonModule": true, "esModuleInterop": true } }