What TypeScript configuration produces output closest to Node.js 14 capabilities?
With Node.js bringing updated support for ES2020 and adding support for ES modules, how can TypeScript be configured to output JavaScript code that takes advantage of all these new features?