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 2efa66f commit 9b34cdaCopy full SHA for 9b34cda
package.json
@@ -18,15 +18,15 @@
18
"type": "module",
19
"exports": {
20
".": {
21
- "types": "./dist/index.d.ts",
22
- "import": "./dist/index-esm.js",
23
- "require": "./dist/index-cjs.js"
+ "types": "./index.d.ts",
+ "import": "./index-esm.js",
+ "require": "./index-cjs.js"
24
},
25
"./package.json": "./package.json"
26
27
- "main": "dist/index-cjs.js",
28
- "module": "dist/index-esm.js",
29
- "types": "dist/index.d.ts",
+ "main": "./index-cjs.js",
+ "module": "./index-esm.js",
30
"scripts": {
31
"postbuild": "node --no-warnings tools/postbuild.mjs",
32
"build": "run-p build:*",
0 commit comments