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 e8c56ddb7c4e56c4b44ad3f2582073e48e5427e6 24 lines 567 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 }, 23 "include": ["**/*.ts", "**/*.tsx"] 24}