docs: generate own document for all reflections

This commit is contained in:
bcakmakoglu
2022-06-13 00:48:48 +02:00
committed by Braks
parent fc981081ae
commit 12c27e9d78
+4
View File
@@ -3,6 +3,10 @@
"readme": "none",
"plugin": "typedoc-plugin-markdown",
"entryPoints": ["../packages/vue-flow/src/index.ts"],
"allReflectionsHaveOwnDocument": true,
"categorizeByGroup": true,
"darkHighlightTheme": "vitesse-dark",
"lightHighlightTheme": "vitesse-light",
"out": "src/typedocs",
"tsconfig": "../packages/vue-flow/tsconfig.docs.json"
}