could you perhaps just switch to vanilla js? the pkg is so small and don't really need typescript flavored syntax. it can be solved with just a few jsdoc comments. and most @returns things don't need to be annotated b/c typescript can figure that out anyway
would like to just simply import the original src file with esm import but don't have a own (typescript) build tool or anything like that.
could you perhaps just switch to vanilla js? the pkg is so small and don't really need typescript flavored syntax. it can be solved with just a few jsdoc comments. and most
@returnsthings don't need to be annotated b/c typescript can figure that out anywaywould like to just simply import the original src file with esm import but don't have a own (typescript) build tool or anything like that.