You need to add astro.config.mjs to get automatic TypeScript support
- for React Svg
- and Layout Props
{
"extends": "astro/tsconfigs/strict",
"include": [
"astro.config.mjs",
".astro/types.d.ts",
"src/**/*"
]
} You need to add astro.config.mjs to get automatic TypeScript support
{
"extends": "astro/tsconfigs/strict",
"include": [
"astro.config.mjs",
".astro/types.d.ts",
"src/**/*"
]
}