Select the types of activity you want to include in your feed.
1{ 2 "extends": "@openstatus/tsconfig/base.json", 3 "include": ["src", "*.ts"], 4 "compilerOptions": { 5 "target": "ES2021" 6 } 7}