Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.2 KB

TypeScript Samples

Most of the samples here will assume that you have TypeScript installed. You can get TypeScript with Visual Studio, NuGet, or with npm:

npm install -g typescript

To compile each sample, cd into the directory and use the tsc command to compile. tsc will use each directory's tsconfig.json to get specific compiler options.