Skip to content

Commit 5eb1936

Browse files
committed
Fix esm-module build which was build as an cjs module instead
1 parent 9eae773 commit 5eb1936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ESNext",
4-
"module": "NodeNext",
5-
"moduleResolution": "NodeNext",
4+
"module": "ESNext",
5+
"moduleResolution": "bundler",
66
"strict": true,
77
"declaration": true,
88
"outDir": "./dist/esm",

0 commit comments

Comments
 (0)