Skip to content

Noob-Dev-Official/typescript-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Typescript terminal commands

to watch for changes in typescript file

tsc --watch <filename> (example: tsc --watch index)

to run typescript file

tsc <filename> (example: tsc index)

to create typescript config file

tsc --init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published