Mickey Puri
Results
3
comments of
Mickey Puri
Have fixed the issue, and created PR #28 to apply the fix
Hi, Sorry for the delayed reply. The library exports code in lib under the cjs and esm folders. The package.json refers to them via the main and module keys. So...
Thanks for the ts.config. The esm folder is there for bundlers, which from convention would see the module key and use that to get the code when they bundle the...