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