Typescript Support

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/**/*"
  ]
}