handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
21
fork

Configure Feed

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

at trunk 23 lines 511 B view raw
1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "useDefineForClassFields": false, 5 "module": "NodeNext", 6 "lib": ["ESNext"], 7 "types": ["node"], 8 "skipLibCheck": true, 9 10 "moduleResolution": "NodeNext", 11 "allowImportingTsExtensions": true, 12 "isolatedModules": true, 13 "moduleDetection": "force", 14 "noEmit": true, 15 16 "strict": true, 17 "noUnusedLocals": true, 18 "noUnusedParameters": true, 19 "noFallthroughCasesInSwitch": true, 20 "noUncheckedSideEffectImports": true, 21 }, 22 "include": ["vite.config.ts"], 23}