docs: disable sources

This commit is contained in:
bcakmakoglu
2022-06-13 00:30:53 +02:00
committed by Braks
parent bd51614fb7
commit 281b0fccc8
3 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export function copyVueFlowPlugin(): Plugin {
`Run "pnpm -w build" first.`
)
}
this.emitFile({
type: 'asset',
fileName: 'vue-flow.es.js',

View File

@@ -17,7 +17,7 @@
"forceConsistentCasingInFileNames": true,
"types": ["vite/client", "@types/node", "unplugin-icons/types/vue"]
},
"include": ["components", "src", "src/.vuepress/auto-imports.d.ts"],
"include": ["components", "src", "src/.vuepress/*"],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "./tsconfig.node.json" }]
}

View File

@@ -7,6 +7,7 @@
"categorizeByGroup": true,
"darkHighlightTheme": "vitesse-dark",
"lightHighlightTheme": "vitesse-light",
"disableSources": true,
"out": "src/typedocs",
"tsconfig": "../packages/vue-flow/tsconfig.docs.json"
}