An open API service indexing awesome lists of open source software.

https://github.com/node-projects/add-js-to-esm-modules


https://github.com/node-projects/add-js-to-esm-modules

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# add-js-to-esm-modules

## goal

add .js to local imports/exports so they can be used directly as esm modules

## why

cause typescript does not add the extensions:

see: https://github.com/microsoft/TypeScript/issues/40878
annd a pull: https://github.com/microsoft/TypeScript/pull/47436

## thanks

basic script is from https://gist.github.com/lovasoa/8691344