module typification. • TypeScript definitions are suffixed by “.d.ts” • Maintainable by community • To reference the modules it’s necessary to include the following line on the top of each TS file: /// <reference path="../../../typings.d.ts" /> 12
language. Typedoc - A documentation generator for TypeScript projects. IDE Support: • VS Code (https://code.visualstudio.com/) • Sublime (https://github.com/Microsoft/TypeScript-Sublime-Plugin) • Atom (https://atom.io/packages/atom-typescript) • Vim (https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor- Support#vim) 22