standard-things / esm

Tomorrow's ECMAScript modules today!
Other
5.26k stars 146 forks source link

esm works with .ts file but it is not mentioned in README #848

Closed motss closed 3 years ago

motss commented 4 years ago

I just discovered that esm support .ts files. It should be one of the features listed in README.

nmccready commented 4 years ago

Right this seems to work if it's a single .ts file which does not import other .ts files implicitly. The second problem is where I am banging my head.

IE:

nmccready commented 4 years ago

@jdalton any ideas ?