We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5efc2c0 + 0407011 commit e9ddf99Copy full SHA for e9ddf99
1 file changed
package.json
@@ -17,11 +17,10 @@
17
"typescript": "^5.1.6"
18
},
19
"exports": {
20
- ".": {
21
- "import": "./dist/esm/binary_parser.mjs",
22
- "require": "./dist/binary_parser.js"
23
- },
24
- "./*": "./*"
+ "types": "./dist/binary_parser.d.ts",
+ "require": "./dist/binary_parser.js",
+ "import": "./dist/esm/binary_parser.mjs",
+ "default": "./dist/esm/binary_parser.mjs"
25
26
"scripts": {
27
"build": "npm run build:cjs && npm run build:esm",
0 commit comments