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

Configure Feed

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

at a463ad3c947415fa4870defe0dbb9e0dc1803f1f 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}