Auto-indexing service and GraphQL API for AT Protocol Records quickslice.slices.network/
atproto gleam graphql
at main 18 lines 416 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "lib": ["ES2020", "DOM"], 7 "strict": true, 8 "declaration": true, 9 "declarationDir": "dist", 10 "emitDeclarationOnly": true, 11 "outDir": "dist", 12 "rootDir": "src", 13 "skipLibCheck": true, 14 "esModuleInterop": true 15 }, 16 "include": ["src/**/*"], 17 "exclude": ["node_modules", "dist"] 18}