TypeScript
TypeScript copied to clipboard
Design Meeting Notes, 12/9/2025
New moduleResolution options for #/* in package.json's imports
https://github.com/microsoft/TypeScript/pull/62844
- Probably will merge for
bundlerandnodenextat first. - Backporting will probably go as far back as Node 20, but hasn't happened yet.
- So we will probably create a
--moduleResolution node20eventually that has this functionality.- Don't we already have that?
- We have
--modulebut not--moduleResolutionfornode20.