Dotfiles Script for a New TypeScript/Node Project
I set out recently to get more fluent in TypeScript, and after getting comfortable with syntax in browser-based interpreters, the next step was to get TypeScript running locally. As this is generally useful information, I figured I would write a blog post to share my approach. Global ts-node Install Assuming ( more… )