TypeScript - Generating Definition Files

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

TypeScript allows you to generate definition files for your own libraries. This lesson shows you how to organize your project and generate the definition files so that others projects can use your library with TypeScript.

~ 8 years ago

Wonderful tutorial ! I learn lot, specially last two courses, for definition , typings and loading modules, I always have no idea how to use those systemjs, typings, definetions, index.ts, index.d.ts, and no any articles about those.