Select the types of activity you want to include in your feed.
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ES2022", 5 "moduleResolution": "bundler", 6 "esModuleInterop": true, 7 "strict": true, 8 "outDir": "dist", 9 "rootDir": "src", 10 "skipLibCheck": true 11 }, 12 "include": ["src/**/*"] 13}