13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"entryPointStrategy": "packages",
|
|
"entryPoints": ["../packages/wxt"],
|
|
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
|
|
"out": "./api/reference",
|
|
"githubPages": false,
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"excludeInternal": true,
|
|
"readme": "none"
|
|
}
|