TypeScript Coding Challenges Sources to the articles on https://ronnieschaniel.com/ Getting started Compile the TypeScript files to JavaScript by using tsc: tsc Run one of the created main.js files: node dist/<coding-challenge>/main.js for example: node dist/all_unique_characters/main.js