Skip to content

Commit a6d1fed

Browse files
committed
🤖 fix: allow jest to compile esnext modules
_Generated with `mux`_
1 parent 0f5c1c1 commit a6d1fed

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
@@ -19,6 +19,8 @@ module.exports = {
1919
{
2020
tsconfig: {
2121
target: "ES2020",
22+
module: "ESNext",
23+
moduleResolution: "node",
2224
lib: ["ES2020", "DOM", "ES2022.Intl"],
2325
esModuleInterop: true,
2426
allowSyntheticDefaultImports: true,

0 commit comments

Comments
 (0)