docs: add pkg entrypoints for typedocs
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -16,9 +16,12 @@
|
|||||||
"noUnusedLocals": false,
|
"noUnusedLocals": false,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"paths": {
|
||||||
|
"~/*": ["../packages/core/src/*"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"../packages/vue-flow"
|
"../packages/**/*"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"node_modules"
|
||||||
|
|||||||
+3
-1
@@ -5,7 +5,9 @@
|
|||||||
"typedoc-plugin-merge-modules"
|
"typedoc-plugin-merge-modules"
|
||||||
],
|
],
|
||||||
"entryPoints": [
|
"entryPoints": [
|
||||||
"../packages/vue-flow/src/index.ts"
|
"../packages/core/src/index.ts",
|
||||||
|
"../packages/additional-components/src/index.ts",
|
||||||
|
"../packages/node-toolbar/src/index.ts"
|
||||||
],
|
],
|
||||||
"categorizeByGroup": true,
|
"categorizeByGroup": true,
|
||||||
"darkHighlightTheme": "vitesse-dark",
|
"darkHighlightTheme": "vitesse-dark",
|
||||||
|
|||||||
@@ -6,7 +6,9 @@
|
|||||||
"typedoc-plugin-markdown"
|
"typedoc-plugin-markdown"
|
||||||
],
|
],
|
||||||
"entryPoints": [
|
"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,
|
"allReflectionsHaveOwnDocument": true,
|
||||||
"categorizeByGroup": true,
|
"categorizeByGroup": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user