Closed motss closed 3 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:
import debug from '../debug.ts';
import debug from '../debug.;
, debug.ts is not resolved as it is looking for debug.js . Is there an option to force esm to look for both extensions?@jdalton any ideas ?
I just discovered that
esm
support.ts
files. It should be one of the features listed in README.