{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "astro/tsconfigs/strictest", "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": { "plugins": [{ "name": "@astrojs/ts-plugin" }] } }