Hacker News new | ask | show | jobs
by crooked-v 1684 days ago
I think you've confused Typescript's own import/export system with ESM. It uses the `import` syntax, but it's not ESM internally, it's its own thing designed to ingest and export to multiple module types.