20 lines
445 B
JSON
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
|
|
}
|
|
}
|