ChatSam / TypeScriptSamples

Samples for TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Samples for TypeScript


Languages

Language:TypeScript 69.8%Language:CSS 13.1%Language:HTML 12.3%Language:JavaScript 3.8%Language:Batchfile 0.9%