grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
51
fork

Configure Feed

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

at main 16 lines 445 B view raw
1{ 2 "extends": "./.svelte-kit/tsconfig.json", 3 "compilerOptions": { 4 "target": "ESNext", 5 "module": "ESNext", 6 "moduleResolution": "bundler", 7 "allowImportingTsExtensions": true, 8 "verbatimModuleSyntax": true, 9 "noEmit": true, 10 "strict": true, 11 "skipLibCheck": true, 12 "resolveJsonModule": true 13 }, 14 "include": ["app", "hatk.generated.ts", "hatk.config.ts"], 15 "references": [{ "path": "./tsconfig.server.json" }] 16}