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