Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Node.js 14 tsconfig configuration #413

Open
n1ru4l opened this issue Nov 4, 2022 · 0 comments · May be fixed by #565 or #505
Open

Use Node.js 14 tsconfig configuration #413

n1ru4l opened this issue Nov 4, 2022 · 0 comments · May be fixed by #565 or #505
Assignees

Comments

@n1ru4l
Copy link

n1ru4l commented Nov 4, 2022

See https://github.com/nodejs/release#release-schedule

The minimum version supported in maintenance mode is Node.js 14, thus it is legit to increase the target ECMA version.

e.g. to https://github.com/tsconfig/bases/blob/main/bases/node14.json

LTS graphic: https://github.com/nodejs/release#release-schedule

Current version:

"target": "ES2016",

This change will result in less verbose transforms (such as async await to generators etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants