Skip to content

Commit 9cb58eb

Browse files
committed
fix tsconfig
1 parent a30d608 commit 9cb58eb

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
"strict": true,
44
"target": "ESNext",
55
"module": "ESNext",
6-
"moduleResolution": "node",
6+
"moduleResolution": "bundler",
77
"allowSyntheticDefaultImports": true,
88
"esModuleInterop": true,
99
"jsx": "preserve",

0 commit comments

Comments
 (0)