How to Run TypeScript file directly on Sublime text (node installed by NVM)
How to Run TypeScript file directly on Sublime text (node installed by NVM) Step-1: install depencies : must have node installed already $ npm install -g typescript : convert *.ts => *.js $ npm install -g ts-node : can run .ts file directly no need compile to .js file first Step-2: create build-file and add […]