Skip to content

Commit 9faa28b

Browse files
committed
fix: tsconfig wrong moduleResolution
1 parent 544d57e commit 9faa28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"jsx": "react-jsx",
1212
"lib": ["ESNext"],
1313
"module": "ESNext",
14-
"moduleResolution": "node",
14+
"moduleResolution": "bundler",
1515
"noEmit": true,
1616
"noFallthroughCasesInSwitch": true,
1717
"noImplicitReturns": true,

0 commit comments

Comments
 (0)