offline-first, p2p synced, atproto enabled, feed reader
0
fork

Configure Feed

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

at fdb66923f2af806e7f5fe9282c9e7569fa476329 8 lines 228 B view raw
1{ 2 "$schema": "https://typedoc.org/schema.json", 3 "entryPointStrategy": "Expand", 4 "entryPoints": ["./src"], 5 "exclude": "**/*+(.spec).[jt]s", 6 "out": "doc", 7 "plugin": ["typedoc-plugin-zod", "typedoc-plugin-mdn-links"] 8}