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 63b1319 commit 3b5d673Copy full SHA for 3b5d673
packages/serverless-api/package.json
@@ -10,7 +10,7 @@
10
"build": "tsc",
11
"watch": "tsc --watch",
12
"build:noemit": "tsc --noEmit",
13
- "docs": "typedoc --options typedoc.json",
+ "docs": "echo 'fix typedoc --options typedoc.json'; exit 1;",
14
"clean": "rimraf ./dist",
15
"prepack": "run-s clean build"
16
},
@@ -52,8 +52,7 @@
52
"npm-run-all": "^4.1.5",
53
"rimraf": "^2.6.3",
54
"ts-jest": "^26.5.0",
55
- "typedoc": "^0.19.2",
56
- "typedoc-plugin-external-module-name": "^4.0.6",
+ "typedoc": "^0.23.10",
57
"typescript": "^4.7.4"
58
59
"dependencies": {
0 commit comments