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 a909cfa commit 6f4dc66Copy full SHA for 6f4dc66
docs/Makefile
@@ -11,7 +11,7 @@ endif
11
html:
12
cp ../package.json before-typedoc-package.json
13
cp ../package-lock.json before-typedoc-package-lock.json
14
- cd .. && npm install typedoc
+ cd .. && npm install "typedoc@<0.20.0"
15
rm -rf build
16
mkdir -p build/html
17
# For unknown reasons, TypeDoc doesn't seem to work reliably in this project when we put our
0 commit comments