Built a feature
Added new feature
Added a new feature to an open source project
+1

Microsoft

TypeScript


Clarifies an error for ES module output which emits invalid ES if the original directions were followed. For output > ES2015, users are now instructed to change imports to:

import myModule from './myModule.js'

in order to prevent runtime errors.

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