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.
1 parent 8c34c7b commit b749191Copy full SHA for b749191
.github/workflows/tests.yml
@@ -15,5 +15,4 @@ jobs:
15
- run: npm run lint
16
- name: Test documentation
17
run: |
18
- npm install [email protected]
19
npx typedoc src/index.ts --excludePrivate --treatValidationWarningsAsErrors
package.json
@@ -66,6 +66,7 @@
66
"sass": "^1.49.9",
67
"sass-loader": "^12.6.0",
68
"ts-loader": "^9.2.8",
69
+ "typedoc": "0.25.0",
70
"typescript": "^4.6.3",
71
"webpack": "^5.70.0",
72
"webpack-cli": "^4.10.0"
0 commit comments