Skip to content

Commit 169c0e1

Browse files
committed
Fix typescript config overide by rollup
1 parent ad892d7 commit 169c0e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meilisearch",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "The MeiliSearch JS client for Node.js and the browser.",
55
"keywords": [
66
"meilisearch",

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const PLUGINS = [
3737
useTsconfigDeclarationDir: true,
3838
tsconfigOverride: {
3939
exclude: ['tests'],
40+
esModuleInterop: true,
4041
},
4142
}),
4243
]

0 commit comments

Comments
 (0)