Skip to content

Commit

Permalink
fix: Add esm support to package.json (#211)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: changing to ESM may require changes by consumers of this library
  • Loading branch information
patrickedqvist authored May 25, 2022
1 parent 5b38dd5 commit 0198913
Show file tree
Hide file tree
Showing 4 changed files with 7,032 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jest.config.js → jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

module.exports = {
export default {
transform: {
"^.+\\.tsx?$": "ts-jest",
},
Expand Down
Loading

0 comments on commit 0198913

Please sign in to comment.