File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 107
107
"default" : " ./dist/index.mjs"
108
108
},
109
109
"./*.mjs" : {
110
- "types" : [ " ./dist/*.d.ts" , " ./dist/*/index.d.ts " ] ,
111
- "default" : [ " ./dist/*.mjs" , " ./dist/*/index.mjs " ]
110
+ "types" : " ./dist/*.d.ts" ,
111
+ "default" : " ./dist/*.mjs"
112
112
},
113
113
"./*.js" : {
114
- "types" : [ " ./dist/*.d.ts" , " ./dist/*/index.d.ts " ] ,
115
- "default" : [ " ./dist/*.js" , " ./dist/*/index.js " ]
114
+ "types" : " ./dist/*.d.ts" ,
115
+ "default" : " ./dist/*.js"
116
116
},
117
117
"./*" : {
118
- "types" : [ " ./dist/*.d.ts" , " ./dist/*/index.d.ts " ] ,
119
- "require" : [ " ./dist/*.js" , " ./dist/*/index.js " ] ,
120
- "default" : [ " ./dist/*.mjs" , " ./dist/*/index.mjs " ]
118
+ "types" : " ./dist/*.d.ts" ,
119
+ "require" : " ./dist/*.js" ,
120
+ "default" : " ./dist/*.mjs"
121
121
}
122
122
}
123
123
}
You can’t perform that action at this time.
0 commit comments