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