There are a couple of shortcuts you can take to do this faster next time:
Install ts-node, and use it to compile and run your TypeScript with a single command.
Use a scaffolding tool like typescript-node-starter to quickly generate your folder structure for you.