bitjson / typescript-starter

Quickly create and configure a new library or Node.js project
https://bitjson.github.io/typescript-starter/
MIT License
3.48k stars 245 forks source link

Can't generate docs with circular type #236

Closed chrispytoes closed 4 years ago

chrispytoes commented 4 years ago

However TS compiles and runs this just fine, and all my tests pass. So why can't I document it?

bitjson commented 4 years ago

Hi @chrispytoes – thanks for opening an issue!

This was due to the TypeDoc package being outdated. The latest version of typescript-starter should solve this issue, but please let me know if you still have trouble with it.