social components inlay.at
atproto components sdui
86
fork

Configure Feed

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

at main 16 lines 359 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "NodeNext", 5 "moduleResolution": "NodeNext", 6 "declaration": true, 7 "declarationMap": true, 8 "outDir": "./dist", 9 "rootDir": "./src", 10 "strict": true, 11 "skipLibCheck": true, 12 "esModuleInterop": true, 13 "rewriteRelativeImportExtensions": true 14 }, 15 "include": ["src"] 16}