typedoc doesn't recognize package.json
, only typedoc.json
#2112
Labels
enhancement
Improved functionality
good first issue
Easier issue for first time contributors
help wanted
Contributions are especially encouraged
Milestone
Search terms
Running
npm run docs
for an npm scriptdocs: typedoc src/index.ts
does not read properties frompackage.json
:Only from
typedoc.json
:Expected Behavior
read from
package.json
Actual Behavior
reads only from
typedoc.json
Steps to reproduce the bug
Run
typedoc src/index.ts
with the typedoc specs only inpackage.json
.Environment
0.23.21
4.9.3
v19.2.0
Ubuntu 20.04.5 LTS (Focal Fossa)
The text was updated successfully, but these errors were encountered: