{ "extends": "astro/tsconfigs/strict", "include": [ ".astro/types.d.ts", "**/*" ], "exclude": [ "dist" ], "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact", "strictNullChecks": true, "allowJs": true }, "plugins": [ { "name": "@astrojs/ts-plugin" } ] }