docs: add pkg entrypoints for typedocs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-09 23:49:58 +01:00
committed by Braks
parent ccff5b8bd0
commit 2e4d69f4b6
3 changed files with 10 additions and 3 deletions

View File

@@ -6,7 +6,9 @@
"typedoc-plugin-markdown"
],
"entryPoints": [
"../packages/vue-flow/src/index.ts"
"../packages/core/src/index.ts",
"../packages/additional-components/src/index.ts",
"../packages/node-toolbar/src/index.ts"
],
"allReflectionsHaveOwnDocument": true,
"categorizeByGroup": true,