The Readme.md specifices to run `yarn run docs` to generate typedoc. Doing so ends up in the following error: ``` Error: You must either specify the 'out' or 'json' option. error Command failed with exit code 3. ``` It seems to me that typedoc does not read typedoc.json. I found two issues that might be related: - https://github.com/TypeStrong/typedoc/issues/604 - https://github.com/TypeStrong/typedoc/pull/742
The Readme.md specifices to run
yarn run docsto generate typedoc. Doing so ends up in the following error:It seems to me that typedoc does not read typedoc.json. I found two issues that might be related: