TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Design Meeting Notes, 12/9/2025

Open DanielRosenwasser opened this issue 1 month ago • 0 comments

New moduleResolution options for #/* in package.json's imports

https://github.com/microsoft/TypeScript/pull/62844

  • Probably will merge for bundler and nodenext at first.
  • Backporting will probably go as far back as Node 20, but hasn't happened yet.
  • So we will probably create a --moduleResolution node20 eventually that has this functionality.
    • Don't we already have that?
    • We have --module but not --moduleResolution for node20.

DanielRosenwasser avatar Dec 09 '25 18:12 DanielRosenwasser