A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
57
fork

Configure Feed

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

at efa2989aa9b58ae203c411528b9bc2af3c887971 25 lines 572 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "useDefineForClassFields": true, 5 "lib": ["ES2020", "DOM", "DOM.Iterable"], 6 "module": "ESNext", 7 "skipLibCheck": true, 8 9 /* Bundler mode */ 10 "moduleResolution": "bundler", 11 "allowImportingTsExtensions": true, 12 "resolveJsonModule": true, 13 "isolatedModules": true, 14 "noEmit": true, 15 "jsx": "react-jsx", 16 17 /* Linting */ 18 "strict": true, 19 "noUnusedLocals": true, 20 "noUnusedParameters": true, 21 "noFallthroughCasesInSwitch": true, 22 "types": ["@cloudflare/workers-types"] 23 }, 24 "include": ["**/*.ts", "**/*.tsx"] 25}