The announcement of TypeScript 3.8 says: TypeScript 3.8 supports ES2020 as an option for module and target.
Though I don't understand whether the previous versions support the same features. There is no such information on the official page dedicated to Compiler Options, the line for target lists all the targets without the breakdown I was searing for.
The only source I can rely on right now is TypeScript Playground:


However, I don't understand whether I can use "target: ES2020" with TS v3.7.4 or not.
The announcement of TypeScript 3.8 says: TypeScript 3.8 supports
ES2020as an option formoduleandtarget.Though I don't understand whether the previous versions support the same features. There is no such information on the official page dedicated to Compiler Options, the line for
targetlists all the targets without the breakdown I was searing for.The only source I can rely on right now is TypeScript Playground:


However, I don't understand whether I can use
"target: ES2020"with TS v3.7.4 or not.