Skip to content

Commit e3081e2

Browse files
committed
build: enforce 100% doc coverage
1 parent 061f95d commit e3081e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typedoc.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
export default {
33
entryPoints: ["./src/"],
44
entryPointStrategy: "expand",
5+
treatWarningsAsErrors: true,
6+
treatValidationWarningsAsErrors: true,
57
plugin: ["typedoc-plugin-coverage", "typedoc-github-theme", "typedoc-plugin-dt-links"],
68
exclude: ["./docs/**/*", "./node_modules/**/*", "**/__tests__/**/*"],
79
};

0 commit comments

Comments
 (0)