Introduction to TypeScript

A brief introduction to the main features of the TypeScript language and tooling.

The source within this repo contain examples presented in the TutorialPoint TypeScript tutorial.

Commands

To build the source:

npm run build

To run the compiled source:

npm run exec

Run tests with coverage report:

npm run test