Skip to content

Commit

Permalink
Skip error checking in typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsw committed Feb 12, 2025
1 parent 98762a8 commit b27b2a6
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 68 deletions.
223 changes: 158 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
"@types/node": "^22.13.1",
"assert": "^2.0.0",
"chai": "^4.3.6",
"chai-fs": "^2.0.0",
"lodash": "^4.17.21",
"mocha": "^10.7.0",
"typedoc": "^0.24.8",
"typedoc": "^0.27.7",
"uuid": "^8.3.2"
},
"files": [
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"out": "./docs",
"excludePrivate": true,
"excludeProtected": true,
"includeVersion": true
"includeVersion": true,
"skipErrorChecking": true
}
}

0 comments on commit b27b2a6

Please sign in to comment.