Closed
Description
Greetings folks! Little feature request. Today when I specify the compilation target, I choose an es level (2015, 2016, 2017, Next, etc). I primarily use TypeScript for Node.js apps, and what I'd really love is a way to target specific releases of node.js. Something like:
"target": "node8"
This would take a lot of the guesswork out if I know my min-nodejs version, and I don't care about targeting the browser.