Commit 203acb2 1 parent 6937df9 commit 203acb2 Copy full SHA for 203acb2
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
"exports" : {
12
12
"." : {
13
13
"import" : " ./dist/dito-admin.es.js" ,
14
- "require" : " ./dist/dito-admin.umd.js"
14
+ "require" : " ./dist/dito-admin.umd.js" ,
15
+ "types" : " ./types/index.d.ts"
15
16
},
16
17
"./style.css" : " ./dist/style.css" ,
17
18
"./src" : " ./src/index.js" ,
87
88
"typescript" : " ^5.6.3" ,
88
89
"vite" : " ^5.4.8"
89
90
},
90
- "types" : " types"
91
+ "types" : " ./ types/index.d.ts "
91
92
}
Original file line number Diff line number Diff line change 88
88
"objection" : " ^3.1.5" ,
89
89
"typescript" : " ^5.6.3"
90
90
},
91
- "types" : " types"
91
+ "types" : " ./ types/index.d.ts "
92
92
}
Original file line number Diff line number Diff line change 34
34
"devDependencies" : {
35
35
"typescript" : " ^5.6.3"
36
36
},
37
- "types" : " types"
37
+ "types" : " ./ types/index.d.ts "
38
38
}
You can’t perform that action at this time.
0 commit comments