Skip to content

Commit 889460a

Browse files
committed
feat: set module resolution to "Bundler" in tsconfig
1 parent bf2cb79 commit 889460a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"esModuleInterop": true,
44
"jsx": "react-jsx",
55
"module": "ESNext",
6-
"moduleResolution": "node",
6+
"moduleResolution": "Bundler",
77
"skipLibCheck": true,
88
"strict": true,
99
"noEmit": true

0 commit comments

Comments
 (0)