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 "strict": true, 7 "skipLibCheck": true, 8 "noEmit": true, 9 "esModuleInterop": true 10 }, 11 "include": ["index.ts", "audit.ts", "policy/**/*.ts", "grants/**/*.ts"] 12}