/ tsconfig.json
tsconfig.json
1  {
2    "extends": "astro/tsconfigs/strict",
3    "include": [".astro/types.d.ts", "**/*"],
4    "exclude": ["dist"]
5  }