{ "extends": "astro/tsconfigs/base", "include": ["**/*", ".astro/types.d.ts"], "exclude": ["dist"], "compilerOptions": { // Preact specific settings "jsx": "react-jsx", "jsxImportSource": "preact" } }