Exclude workers from documentation

This commit is contained in:
Simon Warta
2021-03-11 15:38:48 +01:00
parent bce47e21f2
commit 72c6e9c7f1
+1 -1
View File
@@ -3,7 +3,7 @@ const packageJson = require("./package.json");
module.exports = {
entryPoints: ["./src"],
out: "docs",
exclude: "**/*.spec.ts",
exclude: ["**/*.spec.ts", "**/*.worker.ts"],
name: `${packageJson.name} Documentation`,
readme: "README.md",
excludeExternals: true,