| 12345678910111213141516171819202122232425 |
- {
- "$schema": "https://typedoc.org/schema.json",
- "out": "docs/content/api",
- "plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter", "./typedoc.plugin.mjs"],
- "excludeExternals": true,
- "disableSources": true,
- "readme": "none",
- "hidePageHeader": true,
- "hideBreadcrumbs": true,
- "hideGroupHeadings": true,
- "hidePageTitle": true,
- "expandObjects": true,
- "expandParameters": false,
- "blockTagsPreserveOrder": ["@example", "@deprecated"],
- "useCodeBlocks": true,
- "indexFormat": "table",
- "parametersFormat": "table",
- "classPropertiesFormat": "table",
- "enumMembersFormat": "table",
- "typeDeclarationFormat": "table",
- "propertyMembersFormat": "table",
- "interfacePropertiesFormat": "table",
- "fileExtension": ".mdx",
- "entryFileName": "index"
- }
|