We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e47f0a commit 3415278Copy full SHA for 3415278
package.json
@@ -6,6 +6,7 @@
6
"module": "src/index.js",
7
"main": "cjs/src/index.js",
8
"exports": {
9
+ "types": "./types/index.d.ts",
10
"import": "./src/index.js",
11
"default": "./cjs/src/index.js"
12
},
0 commit comments