Asynchronous Typescript Concepts Install all depedencies: $ npm install Run a typescript file: $ npx ts-node <path/to/file> Compile a typescript file: $ npx tsc <path/to/file>