Skip to content

Commit

Permalink
fix(api-sdk module): update api-sdk module to support more `ModuleRes…
Browse files Browse the repository at this point in the history
…olution`

update api-sdk module to support `Node16`, `NodeNext`, and `Bundler` in `ModuleResolution`

fix #498
  • Loading branch information
waddaboo committed May 28, 2024
1 parent e2c80a9 commit d00fd71
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 d00fd71

Please sign in to comment.