Skip to content

Commit

Permalink
Merge pull request #516 from waddaboo/dev
Browse files Browse the repository at this point in the history
fix(api-sdk): update api-sdk module to support more `ModuleResolution`
  • Loading branch information
vplasencia authored May 28, 2024
2 parents e2c80a9 + d00fd71 commit 9b4b0b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/api-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "dist/index.node.js",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.node.js"
"require": "./dist/index.node.js",
"types": "./dist/types/index.d.ts"
},
"types": "dist/types/index.d.ts",
"files": [
Expand Down

0 comments on commit 9b4b0b1

Please sign in to comment.