File tree Expand file tree Collapse file tree 1 file changed +4
-30
lines changed Expand file tree Collapse file tree 1 file changed +4
-30
lines changed Original file line number Diff line number Diff line change 6
6
"clean" : " rm -rf ./dist" ,
7
7
"build" : " npm run clean && tsup"
8
8
},
9
+ "source" : " ./src/index.ts" ,
10
+ "main" : " ./dist/index.js" ,
11
+ "module" : " ./dist/index.js" ,
12
+ "types" : " ./dist/index.d.ts" ,
9
13
"exports" : {
10
14
"." : {
11
15
"import" : {
16
20
"types" : " ./dist/index.d.ts" ,
17
21
"default" : " ./dist/index.js"
18
22
}
19
- },
20
- "./ts" : {
21
- "import" : {
22
- "types" : " ./dist/ts/index.d.mts" ,
23
- "default" : " ./dist/ts/index.mjs"
24
- },
25
- "require" : {
26
- "types" : " ./dist/ts/index.d.ts" ,
27
- "default" : " ./dist/ts/index.js"
28
- }
29
- },
30
- "./css" : {
31
- "import" : {
32
- "types" : " ./dist/css/index.d.mts" ,
33
- "default" : " ./dist/css/index.mjs"
34
- },
35
- "require" : {
36
- "types" : " ./dist/css/index.d.ts" ,
37
- "default" : " ./dist/css/index.js"
38
- }
39
- },
40
- "./react" : {
41
- "import" : {
42
- "types" : " ./dist/react/index.d.mts" ,
43
- "default" : " ./dist/react/index.mjs"
44
- },
45
- "require" : {
46
- "types" : " ./dist/react/index.d.ts" ,
47
- "default" : " ./dist/react/index.js"
48
- }
49
23
}
50
24
},
51
25
"files" : [
You can’t perform that action at this time.
0 commit comments