Skip to content

Commit

Permalink
fix: errors export from package
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-titarenko committed Mar 18, 2024
1 parent ff64624 commit c14fb05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"types": "./dist/types/api/*.d.ts",
"default": "./dist/esm/api/*.js"
},
"./errors": {
"types": "./dist/types/errors/index.d.ts",
"default": "./dist/esm/errors/index.js"
},
"./errors/*": {
"types": "./dist/types/errors/*.d.ts",
"default": "./dist/esm/errors/*.js"
Expand Down

0 comments on commit c14fb05

Please sign in to comment.