Files
wxt/docs/typedoc.json
2024-11-28 08:33:11 -06:00

20 lines
445 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPointStrategy": "packages",
"entryPoints": ["../packages/wxt"],
"plugin": [
"typedoc-plugin-markdown",
"typedoc-vitepress-theme",
"typedoc-plugin-frontmatter"
],
"out": "./api/reference",
"githubPages": false,
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"readme": "none",
"frontmatterGlobals": {
"editLink": false
}
}