Closed edwindj closed 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
Thanks :) I've just published a new version. Steno is now a pure ESM package.
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
to "tsconfig.json".
(Not sure if you intended to export steno.js as commonjs)
Best,
Edwin