docs: skip readme when generating typedocs

This commit is contained in:
bcakmakoglu
2022-06-13 00:03:25 +02:00
committed by Braks
parent ecf454e7b2
commit fc981081ae

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"readme": "none",
"plugin": "typedoc-plugin-markdown",
"entryPoints": ["../packages/vue-flow/src/index.ts"],
"out": "src/typedocs",