GraphQL for AT Protocol
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 219 B view raw
1{ 2 "compilerOptions": { 3 "strict": true, 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "target": "ESNext", 7 "skipLibCheck": true, 8 "esModuleInterop": true, 9 "resolveJsonModule": true 10 } 11}