Closed
Description
Will need work on our side to integrate.
microsoft/TypeScript#44501
weswigham/TypeScript#67
Roughly
adds new module: node12
and module: nodeNext
configs
In them:
- existing extensions obey package.json "type" field
- new extensions
.mts
,.mjs
,.cts
,.cjs
force one or the other; ignore package.json "type" field
Questions I still have
Are any of the above assumed to be modules without needing to add export {};
?