docs: move typedoc to docs deps
This commit is contained in:
@@ -2,21 +2,17 @@
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"readme": "none",
|
||||
"plugin": [
|
||||
"typedoc-plugin-merge-modules",
|
||||
"typedoc-plugin-markdown"
|
||||
"typedoc-plugin-merge-modules"
|
||||
],
|
||||
"entryPoints": [
|
||||
"../packages/vue-flow/src/index.ts",
|
||||
"../packages/additional-components/src/index.ts"
|
||||
],
|
||||
"allReflectionsHaveOwnDocument": true,
|
||||
"categorizeByGroup": true,
|
||||
"darkHighlightTheme": "vitesse-dark",
|
||||
"lightHighlightTheme": "vitesse-light",
|
||||
"hideBreadcrumbs": true,
|
||||
"disableSources": true,
|
||||
"cleanOutputDir": true,
|
||||
"out": "src/typedocs",
|
||||
"tsconfig": "../tsconfig.docs.json",
|
||||
"entryDocument": "index.md"
|
||||
"out": "typedocs",
|
||||
"tsconfig": "tsconfig.docs.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user