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 c4c4194 commit aacacf1Copy full SHA for aacacf1
package.json
@@ -29,13 +29,19 @@
29
"bin": {
30
"bare": "./dist/cli.js"
31
},
32
- "types": "./dist/index.d.ts",
33
- "main": "./dist/index.cjs",
34
"module": "./dist/index.js",
+ "main": "./dist/index.cjs",
35
"exports": {
36
- "module": "./dist/index.js",
37
- "require": "./dist/index.cjs",
38
- "default": "./dist/index.js"
+ "./package.json": "./package.json",
+ ".": {
+ "require": {
+ "types": "./dist/index.d.cts",
39
+ "default": "./dist/index.cjs"
40
+ },
41
+ "types": "./dist/index.d.ts",
42
+ "module": "./dist/index.js",
43
+ "default": "./dist/index.js"
44
+ }
45
46
"sideEffects": false,
47
"files": [
0 commit comments