Select the types of activity you want to include in your feed.
1{ 2 "extends": "@workspace/typescript-config/react-library.json", 3 "compilerOptions": { 4 "outDir": "dist" 5 }, 6 "include": ["src", "turbo"], 7 "exclude": ["node_modules", "dist"] 8}