Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit c74d3a7

Browse files
fix: fix moduleResolution in tsconfig.json (#300)
1 parent b4d5c9c commit c74d3a7

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
@@ -8,7 +8,7 @@
88
"esModuleInterop": true,
99
"jsx": "react-jsx",
1010
"module": "ES2020",
11-
"moduleResolution": "node",
11+
"moduleResolution": "Bundler",
1212
"resolveJsonModule": true,
1313
"target": "ES2020",
1414
"strict": true,

0 commit comments

Comments
 (0)