Skip to content

Commit d110abc

Browse files
committed
Put moduleResolution to bundle
1 parent f1f41b9 commit d110abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.shared.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"declaration": true,
66
"esModuleInterop": true,
77
"strict": true,
8-
"moduleResolution": "node",
8+
"moduleResolution": "bundler",
99
"allowJs": true
1010
}
1111
}

0 commit comments

Comments
 (0)