There are lots of typescript starter packages, this one is about as minimal as you can get.
Runs npm start
in nodemon, restarting whenever a file in src/ is updated.
Runs src/index.ts with ts-node.
Runs src/index.ts in debug with ts-node.
Builds all of src/* into es6 in dist/.