atproto user agency toolkit for individuals and groups
8
fork

Configure Feed

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

at main 20 lines 458 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "NodeNext", 5 "moduleResolution": "NodeNext", 6 "lib": ["ES2022"], 7 "outDir": "dist", 8 "rootDir": "src", 9 "strict": true, 10 "esModuleInterop": true, 11 "skipLibCheck": true, 12 "forceConsistentCasingInFileNames": true, 13 "resolveJsonModule": true, 14 "declaration": true, 15 "declarationMap": true, 16 "sourceMap": true 17 }, 18 "include": ["src"], 19 "exclude": ["node_modules", "dist", "apps", "src/ui"] 20}