React hooks for atproto.
0
fork

Configure Feed

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

at mistress 22 lines 459 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "jsx": "react-jsx", 7 "strict": true, 8 "declaration": true, 9 "declarationMap": true, 10 "sourceMap": true, 11 "outDir": "dist", 12 "skipLibCheck": true, 13 "esModuleInterop": true 14 }, 15 "include": [ 16 "src" 17 ], 18 "exclude": [ 19 "node_modules", 20 "dist" 21 ] 22}