Skip to content

Commit 79c2139

Browse files
committed
Revert moduleResolution to nodenext
1 parent c163e0f commit 79c2139

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
@@ -3,7 +3,7 @@
33
"outDir": "build",
44
"allowSyntheticDefaultImports": true,
55
"esModuleInterop": true,
6-
"moduleResolution": "bundler",
6+
"moduleResolution": "nodenext",
77
"declaration": true,
88
"target": "es6",
99
"skipLibCheck": true,

0 commit comments

Comments
 (0)