We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.25.0
1 parent 12b92f8 commit 9772b9bCopy full SHA for 9772b9b
.github/workflows/tests.yml
@@ -15,5 +15,5 @@ jobs:
15
- run: npm run lint
16
- name: Test documentation
17
run: |
18
- npm install typedoc
+ npm install typedoc@0.25.0
19
npx typedoc src/index.ts --excludePrivate --excludeExternals --treatValidationWarningsAsErrors
0 commit comments