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