Guide to add typings support to your project (typescript definitions).
Each of the samples contains a readme.md files where you can find an step by step guide to reproduce the sample (except the startup one).
Samples:
- 00 Startup project: simple typescript project
- 01 Typings: setting up and adding a dependency via typings.
- 02 No Typings A: Adding a dummy require declaration.
- 03 No Typings B: Importing node.d.ts approach.
- 04 Manual Typings: Creating a custom typing (use this when you cannot find the typings definitions for a given library)
Next samples:
- Typescript 2.0 typings support.