Skip to content

Commit

Permalink
fix(types): expose legacy "types" folder in export alias ( #15123)
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-arlen committed Oct 13, 2022
1 parent 06ad05d commit 9dd93b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -33,7 +33,10 @@
"default": "./lib/errors/index.js",
"types": "./types/errors/index.d.ts"
},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./types/*": {
"types": "./types/*.d.ts"
}
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 9dd93b8

Please sign in to comment.