
Generating Documentation for TypeScript Projects
11/12/2016
This post introduces the concept of generating documentation directly from TypeScript source code, contrasting it with JSDoc. It details the use of TypeDoc for API reference generation and demonstrates how to use its JSON output with Handlebars to create custom documentation, including linking to source code. The post also announces plans to open-source these tools.