Skip to content

Commit 2818551

Browse files
committed
chore: update tsconfig to use Bundler module resolution
1 parent a1eded4 commit 2818551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/typescript-config/react-library.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"jsx": "preserve",
66
"lib": ["dom", "ES2015"],
77
"module": "ESNext",
8-
"target": "ES2020"
8+
"target": "ES2020",
9+
"moduleResolution": "Bundler"
910
}
1011
}

0 commit comments

Comments
 (0)