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 3ff7798 commit 626ba4eCopy full SHA for 626ba4e
package.json
@@ -7,7 +7,8 @@
7
"types": "index.d.ts",
8
"exports": {
9
"require": "./index.js",
10
- "import": "./index.js"
+ "import": "./index.js",
11
+ "types": "./index.d.ts"
12
},
13
"scripts": {
14
"test": "npm run build && npm run lint && tap",
0 commit comments