Skip to content

Commit 0cda5b3

Browse files
committed
Fix tsconfig moduleResolution
1 parent 764e3cb commit 0cda5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jsx": "react",
1111
"lib": ["DOM", "ESNext"],
1212
"module": "ESnext",
13-
"moduleResolution": "Node",
13+
"moduleResolution": "bundler",
1414
"noErrorTruncation": true,
1515
"noFallthroughCasesInSwitch": true,
1616
"noUnusedLocals": false,

0 commit comments

Comments
 (0)