Skip to content

Commit 476c9bb

Browse files
committed
chore(tsconfig): change moduleResolution from node to bundler
1 parent 9fc6675 commit 476c9bb

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
@@ -6,7 +6,7 @@
66
"compilerOptions": {
77
"baseUrl": ".",
88
"esModuleInterop": true,
9-
"moduleResolution": "node",
9+
"moduleResolution": "bundler",
1010
"module": "ESNext",
1111
"target": "ESNext",
1212
"outDir": "./dist",

0 commit comments

Comments
 (0)