Skip to content

Commit fbf3a30

Browse files
committed
chore: fix build error
1 parent ab2f0c4 commit fbf3a30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sdk-utilities/tsconfig.spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"node",
1010
"vitest"
1111
],
12-
"module": "nodenext",
13-
"moduleResolution": "nodenext",
12+
"module": "ES2022",
13+
"moduleResolution": "Bundler",
1414
"forceConsistentCasingInFileNames": true,
1515
"strict": true,
1616
"importHelpers": true,

0 commit comments

Comments
 (0)