Skip to content

Commit 0198913

Browse files
fix: Add esm support to package.json (#211)
BREAKING CHANGE: changing to ESM may require changes by consumers of this library
1 parent 5b38dd5 commit 0198913

File tree

4 files changed

+7032
-7
lines changed

4 files changed

+7032
-7
lines changed

jest.config.js renamed to jest.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
module.exports = {
17+
export default {
1818
transform: {
1919
"^.+\\.tsx?$": "ts-jest",
2020
},

0 commit comments

Comments
 (0)