Installation This module requires Node.js 4.0 or higher to run. npm install ts-jsdoc --save-dev Generate JSDoc from TypeScript In the tsconfig.js set jsdoc to path to output directory. "jsdoc": "jsdoc/out" Execute: ts2jsdoc path-to-dir-with-tsconfig