Select the types of activity you want to include in your feed.
1{ 2 "extends": "astro/tsconfigs/strict", 3 "compilerOptions": { 4 "baseUrl": ".", 5 "paths": { 6 "@/*": ["src/*"] 7 } 8 }, 9 "include": [".astro/types.d.ts", "**/*"], 10 "exclude": ["dist"] 11}