Skip to content

cybernetics/TypeScriptSamples

 
 

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

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.9%
  • CSS 13.1%
  • HTML 12.3%
  • JavaScript 3.8%
  • Batchfile 0.9%