Usuage In general: $ tsc filename.ts # build with TypeScript $ node filename.js # run with NodeJS For example: $ tsc _main.ts; $ node _main.js Resources Cormen, T. H. (2013). Algorithms unlocked. http://asciiflow.com Deprecated Algorithms Unlocked Practice on my blog.