We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e70865 commit 9caa008Copy full SHA for 9caa008
‎package.json
@@ -9,16 +9,16 @@
9
"exports": {
10
".": {
11
"require": {
12
- "path": "./dist/main.cjs",
13
- "types": "./dist/main.d.cts"
+ "types": "./dist/main.d.cts",
+ "path": "./dist/main.cjs"
14
},
15
"import": {
16
- "path": "./dist/main.js",
17
- "types": "./dist/main.d.ts"
+ "types": "./dist/main.d.ts",
+ "path": "./dist/main.js"
18
19
"default": {
20
21
22
}
23
24
0 commit comments