{ "extends": "astro/tsconfigs/base", "compilerOptions": { "jsx": "preserve", "skipLibCheck": true }, "compilerOptions": { // Replace `astro/client` with `@astrojs/image/client` "types": ["@astrojs/image/client"] } }