docs: move typedoc to root deps

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent acc0526fdb
commit 6aaef2743d
7 changed files with 25 additions and 17 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "https://typedoc.org/schema.json",
"readme": "none",
"plugin": [
"typedoc-plugin-merge-modules"
],
"entryPoints": [
"packages/vue-flow/src/index.ts",
"packages/additional-components/src/index.ts"
],
"categorizeByGroup": true,
"darkHighlightTheme": "vitesse-dark",
"lightHighlightTheme": "vitesse-light",
"disableSources": true,
"cleanOutputDir": true,
"out": "typedocs",
"tsconfig": "./tsconfig.docs.json"
}