a textual notation to locate fields within atproto records (draft spec) microcosm.tngl.io/RecordPath/
9
fork

Configure Feed

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

at playground 15 lines 282 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ES2022", 5 "moduleResolution": "bundler", 6 "declaration": true, 7 "declarationMap": true, 8 "sourceMap": true, 9 "outDir": "./dist", 10 "rootDir": "./src", 11 "strict": true, 12 "skipLibCheck": true 13 }, 14 "include": ["src"] 15}