Skip to content

Commit c05087c

Browse files
committed
test: fix test
1 parent 8e2ddb7 commit c05087c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"baseUrl": "lib",
44
"target": "esnext",
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
5+
"module": "esnext",
6+
"moduleResolution": "bundler",
77
"lib": ["esnext"],
88
"esModuleInterop": true,
99
"resolveJsonModule": true,

0 commit comments

Comments
 (0)