Select the types of activity you want to include in your feed.
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}