JavaScript that scales.
Quick primer on the why, what and how of TypeScript
Presented to you by Wizcorp.
setup
npm install
npm install -g ts-node typescript
From the root of this repository, make sure to run npm install
to
install all the dependencies you will need to run the examples.
- What is TypeScript?
- Why use TypeScript?
- Type system
- tsconfig.json
- Type definition files
- Typing dependencies
- DefinitelyTyped (
@types
)
- tslint
- typedoc
- jscpd