Skip to content

Commit 0817e64

Browse files
committed
🤖 fix: allow jest to compile esnext modules
_Generated with `mux`_
1 parent e53b5a5 commit 0817e64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ module.exports = {
2020
{
2121
tsconfig: {
2222
target: "ES2020",
23+
module: "ESNext",
24+
moduleResolution: "node",
2325
lib: ["ES2020", "DOM", "ES2022.Intl"],
2426
esModuleInterop: true,
2527
allowSyntheticDefaultImports: true,

0 commit comments

Comments
 (0)