/typescript-lesson

I am learning typescript

Primary LanguageTypeScript

Learning typescript

Steps

  1. Install Nodejs
  2. Install compiler
npm install typescript
#or
npm install -g typescript

to run the program make sure you are in the directory and run

tsc filename.ts

or ypu can use visual studio code runner.