{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "baseUrl": ".", "paths": { "@src/*": ["*"], "@/*": ["./src/*"] }, "jsx": "react-jsx", "jsxImportSource": "react" }, "exclude": ["node_modules", "dist", ".github", ".vscode"] }