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 406c459 commit b9a5fc6Copy full SHA for b9a5fc6
1 file changed
package.json
@@ -5,6 +5,14 @@
5
"main": "lib/cjs/index.js",
6
"typings": "lib/cjs/index.d.ts",
7
"module": "lib/esm/index.js",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./lib/cjs/index.d.ts",
11
+ "import": "./lib/esm/index.js",
12
+ "require": "./lib/cjs/index.js"
13
+ },
14
+ "./package.json": "./package.json"
15
16
"scripts": {
17
"prepack": "run-s lint test build",
18
"postpack": "run-s clean",
0 commit comments