Skip to content

Commit e1eeb4e

Browse files
authored
Change moduleResolution from 'node' to 'bundler'
1 parent 7dd9562 commit e1eeb4e

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"moduleDetection": "force",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"module": "esnext",
77
"target": "esnext",
88
"noEmit": true,

0 commit comments

Comments
 (0)