add .js to local imports/exports so they can be used directly as esm modules
cause typescript does not add the extensions:
see: microsoft/TypeScript#40878 annd a pull: microsoft/TypeScript#47436
basic script is from https://gist.github.com/lovasoa/8691344