{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react", "baseUrl": ".", "paths": { "~/*": ["src/*"] } }, "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist", "docs/design-system"] }