TypeDoc is a documentation generator for TypeScript projects.
$ npm install typedoc typedoc-clarity-theme --save-dev
$ node_modules/.bin/typedoc --theme node_modules/typedoc-clarity-theme/bin --out doc path/to/ts/dir
See TypeDoc documentation (http://typedoc.io/) to learn more about TypeDoc.