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.json
Webhint VSCode extension reports "bundler" as invalid "moduleResolution" in tsconfig.json
"bundler" is added late 2022: https://dev.to/ayc0/typescript-50-new-mode-bundler-esm-1jic microsoft/TypeScript#51669
The reference link also states it is allowed (but lacks documentation).
The text was updated successfully, but these errors were encountered:
I was just about to open an issue for this.
Sorry, something went wrong.
https://github.com/webhintio/hint/pull/5697/files#diff-89a6b1228f298156f99102a06513a43571b670b2fa075b602b3413516393a3f4R393 fixes this.
No branches or pull requests
🐞 Bug report
Description
Webhint VSCode extension reports "bundler" as invalid "moduleResolution" in
tsconfig.json
Details
"bundler" is added late 2022:
https://dev.to/ayc0/typescript-50-new-mode-bundler-esm-1jic
microsoft/TypeScript#51669
The reference link also states it is allowed (but lacks documentation).
The text was updated successfully, but these errors were encountered: