Exclude workers from documentation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user