17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"entryPoints": [
|
|
"../src",
|
|
"../src/client",
|
|
"../src/client/browser.ts",
|
|
"../src/client/sandbox",
|
|
"../src/testing"
|
|
],
|
|
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
|
|
"out": "./api",
|
|
"githubPages": false,
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"excludeInternal": true,
|
|
"readme": "none"
|
|
}
|