Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 246 Bytes

File metadata and controls

27 lines (13 loc) · 246 Bytes

Installing:

npm i -g typescript npm i -g ts-node

Check if TypeScript and Node.js are installed:

tsc -v

node -v

NPX:

npx tsc --init

Runing a .ts files:

ts-node file.ts

VS code extensions:

JavaScript and TypeScript Nightly

Code Runner