Skip to content

gautemo/TypeScript-Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript-Intro

Cheatsheet of TypeScript types and features

Installation

npm install -g typescript

Set up

tsc --init

I like to uncomment the "outDir" option and point it to a dist folder.

Compile watch

tsc -w

TypeScript files

See TypeScript files in the src folder

Contribution

This cheatsheet is not complete. I encourage you to participate and create pull requests.

About

Demo .ts files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published