typicode / steno

Super fast async file writer with atomic write ⚡
MIT License
678 stars 40 forks source link

tsconfig: exported as commonjs module #19

Closed edwindj closed 3 years ago

edwindj commented 3 years ago

Thanks for your wonderful packages!

I ran into an issue with steno, using vite / svelte, namely that steno is exported as a commonjs module. My issue is fixed when I add

"module": "ES2020",

to "tsconfig.json".

(Not sure if you intended to export steno.js as commonjs)

Best,

Edwin

typicode commented 3 years ago

Thanks :) I've just published a new version. Steno is now a pure ESM package.