I'm developing a TypeScript Node.js project with Next.js.
I have noticed that in the TypeScript configuration file tsconfig.json, it allows me to specify the values of the "target" and "label" fields as ES2022 (ECMAScript 2022) and ESNext (ECMAScript Next). Could someone please enlighten me about the significant differences between using ECMAScript 2022 and ECMAScript Next?
Your insightful information would be greatly appreciated.