chore(docs): update typedocs config to use vueflow pkg as entry

This commit is contained in:
braks
2022-10-10 21:33:44 +02:00
committed by Braks
parent 4587540ef3
commit 028d79306c
5 changed files with 17 additions and 14 deletions
+1 -2
View File
@@ -6,8 +6,7 @@
"typedoc-plugin-markdown"
],
"entryPoints": [
"../packages/vue-flow/src/index.ts",
"../packages/additional-components/src/index.ts"
"../packages/vue-flow/src/index.ts"
],
"allReflectionsHaveOwnDocument": true,
"categorizeByGroup": true,