We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12506a9 commit 814aee0Copy full SHA for 814aee0
1 file changed
package.json
@@ -6,6 +6,10 @@
6
".": {
7
"types": "./dist/index.d.ts",
8
"default": "./dist/index.js"
9
+ },
10
+ "./errors.js": {
11
+ "types": "./dist/lib/errors.d.ts",
12
+ "default": "./dist/lib/errors.js"
13
}
14
},
15
"scripts": {
0 commit comments