Newer
Older
hello-programmer-world / tsconfig.json
@houston[bot] houston[bot] on 15 Dec 109 bytes Initial commit from Astro
{
  "extends": "astro/tsconfigs/strict",
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"]
}