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