Skip to content

Commit

Permalink
feat: expose cjs/esm bundles from packages
Browse files Browse the repository at this point in the history
allows for a full-esm build
  • Loading branch information
AviVahl committed Aug 21, 2023
1 parent b7cad9d commit 4032d95
Show file tree
Hide file tree
Showing 17 changed files with 545 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = {
colors: true,
'enable-source-maps': true,
require: ['@ts-tools/node/r'],
extension: ['js', 'json', 'ts', 'tsx'],
};
Loading

0 comments on commit 4032d95

Please sign in to comment.