Skip to content

Commit 34aa2e4

Browse files
Romex91alexeyr
authored andcommitted
Ship ESM build
1 parent a0d733e commit 34aa2e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
// needed for Jest tests even though we don't use .tsx
77
"jsx": "react-jsx",
88
"lib": ["dom", "es2020"],
9-
"module": "node16",
9+
"module": "es2020",
10+
"moduleResolution": "bundler",
1011
"noImplicitAny": true,
1112
"outDir": "node_package/lib",
1213
"strict": true,

0 commit comments

Comments
 (0)