Skip to content

Commit

Permalink
Add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 15, 2024
1 parent da371da commit 296f4af
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@
"error-handling"
],
"licenses": [],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/servicestack-client.mjs",
"require": "./dist/servicestack-client.umd.cjs"
}
},
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 296f4af

Please sign in to comment.