Assuming any version of Node, how do I find the corresponding Typescript Compiler Option for target
that gives most the functionality? I want to remove the guest work.
Specify ECMAScript target version: "ES3" (default), "ES5", "ES6"/"ES2015", "ES2016", "ES2017" or "ESNext".
I run different versions of node, and I want to know when is the minimum node version to enable the different TSC targets.