Skip to content

Commit f211c10

Browse files
authored
build: enforce 100% doc coverage (#29)
1 parent 061f95d commit f211c10

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)