A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing
at main 22 lines 509 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["ES2022"], 4 "target": "ES2022", 5 "module": "ESNext", 6 "moduleResolution": "bundler", 7 "outDir": "./dist", 8 "rootDir": "./src", 9 "declaration": true, 10 "sourceMap": true, 11 "strict": true, 12 "skipLibCheck": true, 13 "esModuleInterop": true, 14 "resolveJsonModule": true, 15 "forceConsistentCasingInFileNames": true, 16 "noFallthroughCasesInSwitch": true, 17 "noUncheckedIndexedAccess": true, 18 "noUnusedLocals": false, 19 "noUnusedParameters": false 20 }, 21 "include": ["src"] 22}