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 9241069ba5faf5f9e07fdbf91103dfeb03797e67 25 lines 588 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["ESNext"], 4 "target": "ESNext", 5 "module": "Preserve", 6 "moduleDetection": "force", 7 "jsx": "react-jsx", 8 "allowJs": true, 9 "moduleResolution": "bundler", 10 "allowImportingTsExtensions": true, 11 "verbatimModuleSyntax": true, 12 "noEmit": true, 13 "strict": true, 14 "skipLibCheck": true, 15 "noFallthroughCasesInSwitch": true, 16 "noUncheckedIndexedAccess": true, 17 "noImplicitOverride": true, 18 "noUnusedLocals": false, 19 "noUnusedParameters": false, 20 "noPropertyAccessFromIndexSignature": false 21 }, 22 "references": [ 23 { "path": "packages/cli" } 24 ] 25}