Skip to content

omarbelkady/TypeScript

Repository files navigation

HOW TO BUILD(tsc which will create a js file) and RUN YOUR TYPESCRIPT FILE
root@omarbelkady:~$ tsc main.ts
root@omarbelkady:~$ node main.js