{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "baseUrl": "." }, "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"] }