Closed
Description
See #3 (comment) onward.
This is a bug in tsdx
(jaredpalmer/tsdx#165) caused by caused by this config option in its rollup config
This bug makes the v0.1.0 release unintentionally breaking (to an extent at least, as CJS support wasn't available before v0.1.0) and as such fixing it should be high prio. The workaround is to not use default exports, but default is used in the README and v0.1.0 should maintain backward compatibility (though minor releases prior to v1 are allowed to be breaking, this was unintentionally breaking)