File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
"files" : [
6
6
" dist"
7
7
],
8
+ "sideEffects" : false ,
8
9
"main" : " ./dist/index.js" ,
9
10
"module" : " ./dist/index.mjs" ,
11
+ "types" : " ./dist/index.d.ts" ,
10
12
"exports" : {
11
13
"." : {
14
+ "types" : " ./dist/index.d.ts" ,
12
15
"require" : " ./dist/index.js" ,
13
16
"import" : " ./dist/index.mjs" ,
14
17
"node" : " ./dist/index.js" ,
15
- "types" : " ./dist/index.d.ts" ,
16
18
"default" : " ./dist/index.global.js"
17
19
},
18
20
"./arbitrary" : {
21
+ "types" : " ./dist/arbitrary.d.ts" ,
19
22
"require" : " ./dist/arbitrary.js" ,
20
23
"import" : " ./dist/arbitrary.mjs" ,
21
24
"node" : " ./dist/arbitrary.js" ,
22
- "types" : " ./dist/arbitrary.d.ts" ,
23
25
"default" : " ./dist/arbitrary.global.js"
24
26
}
25
27
},
26
- "types" : " ./dist/index.d.ts" ,
27
28
"scripts" : {
28
29
"build" : " rimraf dist && tsup" ,
29
30
"test" : " jest" ,
You can’t perform that action at this time.
0 commit comments