20 lines
504 B
JSON
20 lines
504 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"readme": "none",
|
|
"plugin": [
|
|
"typedoc-plugin-merge-modules"
|
|
],
|
|
"entryPoints": [
|
|
"../packages/core/src/index.ts",
|
|
"../packages/additional-components/src/index.ts",
|
|
"../packages/node-toolbar/src/index.ts"
|
|
],
|
|
"categorizeByGroup": true,
|
|
"darkHighlightTheme": "vitesse-dark",
|
|
"lightHighlightTheme": "vitesse-light",
|
|
"disableSources": true,
|
|
"cleanOutputDir": true,
|
|
"out": "typedocs",
|
|
"tsconfig": "tsconfig.docs.json"
|
|
}
|