docs: add pkg entrypoints for typedocs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-10 00:32:29 +01:00
committed by Braks
parent ccff5b8bd0
commit 2e4d69f4b6
3 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -16,9 +16,12 @@
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"~/*": ["../packages/core/src/*"]
}
},
"include": [
"../packages/vue-flow"
"../packages/**/*"
],
"exclude": [
"node_modules"