Skip to content

Commit c11575b

Browse files
committed
chore: change moduleResolution to bundler
1 parent 62b6ef4 commit c11575b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"module": "esnext",
55
"strict": true,
66
"esModuleInterop": true,
7-
"moduleResolution": "node",
7+
"moduleResolution": "Bundler",
88
"skipLibCheck": true,
99
"noUnusedLocals": true,
1010
"noImplicitAny": true,

0 commit comments

Comments
 (0)