Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Why are some files ".ts" and some ".js"?

Well, the default is ".js", because it makes scripts easier to use in "one off" terminal runs.

However, if there are enough useful type-notations in a file, it's also okay to use ".ts". In that case, set up an entry in this file, using the TSScript() helper.