This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

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