We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061f95d commit e3081e2Copy full SHA for e3081e2
typedoc.config.js
@@ -2,6 +2,8 @@
2
export default {
3
entryPoints: ["./src/"],
4
entryPointStrategy: "expand",
5
+ treatWarningsAsErrors: true,
6
+ treatValidationWarningsAsErrors: true,
7
plugin: ["typedoc-plugin-coverage", "typedoc-github-theme", "typedoc-plugin-dt-links"],
8
exclude: ["./docs/**/*", "./node_modules/**/*", "**/__tests__/**/*"],
9
};
0 commit comments