docs: disable sources
This commit is contained in:
@@ -16,6 +16,7 @@ export function copyVueFlowPlugin(): Plugin {
|
||||
`Run "pnpm -w build" first.`
|
||||
)
|
||||
}
|
||||
|
||||
this.emitFile({
|
||||
type: 'asset',
|
||||
fileName: 'vue-flow.es.js',
|
||||
|
||||
@@ -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" }]
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"categorizeByGroup": true,
|
||||
"darkHighlightTheme": "vitesse-dark",
|
||||
"lightHighlightTheme": "vitesse-light",
|
||||
"disableSources": true,
|
||||
"out": "src/typedocs",
|
||||
"tsconfig": "../packages/vue-flow/tsconfig.docs.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user