webhintio / hint

πŸ’‘ A hinting engine for the web

Home Page:https://webhint.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Webhint VSCode extension reports "bundler" as invalid "moduleResolution" in `tsconfig.json`

leesei opened this issue Β· comments

commented

🐞 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).

I was just about to open an issue for this.