An open API service indexing awesome lists of open source software.

https://github.com/amilajack/typedoc-bug


https://github.com/amilajack/typedoc-bug

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# typedoc-bug

This is a repo which reproduces how packageDocumentation is broken in the latest version of `typedoc`.

## Setup

```bash
git clone https://github.com/amilajack/typedoc-bug
cd typedoc-bug
npm i
npx typedoc index.ts --json foo.json
# Notice how foo.json doesn't contain the @packageDocumentation comment
```