Skip to content

Commit

Permalink
Fix typescript config overide by rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Jun 1, 2020
1 parent ad892d7 commit 169c0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meilisearch",
"version": "0.10.0",
"version": "0.10.1",
"description": "The MeiliSearch JS client for Node.js and the browser.",
"keywords": [
"meilisearch",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const PLUGINS = [
useTsconfigDeclarationDir: true,
tsconfigOverride: {
exclude: ['tests'],
esModuleInterop: true,
},
}),
]
Expand Down

0 comments on commit 169c0e1

Please sign in to comment.