Skip to content

Commit 769c318

Browse files
committed
chore: skip error checking on documentation generation
1 parent 853d234 commit 769c318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typedoc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
module.exports = {
33
// #endregion
44
out: 'docs',
5+
skipErrorChecking: true,
56
// #region pagesConfig-2
67
name: 'Knodes TypeDoc Plugins',
78
entryPoints: [

0 commit comments

Comments
 (0)