1{ 2 "extends": "astro/tsconfigs/strict", 3 "compilerOptions": { 4 "jsx": "react-jsx", 5 "jsxImportSource": "react" 6 }, 7 "include": [".astro/types.d.ts", "**/*"], 8 "exclude": ["dist"] 9}