Skip to content

Correct module transpilation

Compare
Choose a tag to compare
@Minivera Minivera released this 06 Apr 18:37
· 16 commits to main since this release

The module configuration when building with TypeScript was configured to output ESNext modules. Since this a node package, commonJS modules need to be outputted instead. This patch version bump fixes this issue and enables the usage of the package in node.