What TypeScript configuration produces output closest to Node.js 16 capabilities?
Node.js 16 was recently released bringing updated support for ES2021 and stable support for ES modules, how can TypeScript be configured to output JavaScript code that takes advantage of all these new features?