We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@tsconfig/node22/tsconfig.json
I hit the following error with node22 base:
node22
Exception during run: error TS5110: Option 'module' must be set to 'Node16' when option 'moduleResolution' is set to 'Node16'.
Why Node16? Shouldn't it be Node22 or NodeNext?
Node16
Node22
NodeNext
The text was updated successfully, but these errors were encountered:
node22 doesn't exist, there's not been significant changes to the module system since node16 to my knowledge
Sorry, something went wrong.
No branches or pull requests
I hit the following error with
node22
base:Why
Node16
? Shouldn't it beNode22
orNodeNext
?The text was updated successfully, but these errors were encountered: