learn and share notes on atproto (wip) 馃 malfestio.stormlightlabs.org/
readability solid axum atproto srs
5
fork

Configure Feed

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

at 005759c84dc2a52a8b9a231fe61e9cbbdba49e9c 24 lines 651 B view raw
1{ 2 "compilerOptions": { 3 "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", 4 "target": "ES2023", 5 "lib": ["ES2023"], 6 "module": "ESNext", 7 "types": ["node"], 8 "skipLibCheck": true, 9 /* Bundler mode */ 10 "moduleResolution": "bundler", 11 "allowImportingTsExtensions": true, 12 "verbatimModuleSyntax": true, 13 "moduleDetection": "force", 14 "noEmit": true, 15 /* Linting */ 16 "strict": true, 17 "noUnusedLocals": true, 18 "noUnusedParameters": true, 19 "erasableSyntaxOnly": true, 20 "noFallthroughCasesInSwitch": true, 21 "noUncheckedSideEffectImports": true 22 }, 23 "include": ["vite.config.ts"] 24}