summaryrefslogtreecommitdiff
path: root/examples/hackernews/tsconfig.json
blob: 8bf91d3bb997dfb0ea4a592b849545656f0fcebe (plain) (blame)
1
2
3
4
5
{
  "extends": "astro/tsconfigs/strict",
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"]
}