File tree Expand file tree Collapse file tree 2 files changed +8
-28
lines changed Expand file tree Collapse file tree 2 files changed +8
-28
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" : [
111
- " ./dist/*.d.ts" ,
112
- " ./dist/*/index.d.ts"
113
- ],
114
- "default" : [
115
- " ./dist/*.mjs" ,
116
- " ./dist/*/index.mjs"
117
- ]
110
+ "types" : " ./dist/*.d.ts" ,
111
+ "default" : " ./dist/*.mjs"
118
112
},
119
113
"./*.js" : {
120
- "types" : [
121
- " ./dist/*.d.ts" ,
122
- " ./dist/*/index.d.ts"
123
- ],
124
- "default" : [
125
- " ./dist/*.js" ,
126
- " ./dist/*/index.js"
127
- ]
114
+ "types" : " ./dist/*.d.ts" ,
115
+ "default" : " ./dist/*.js"
128
116
},
129
117
"./*" : {
130
- "types" : [
131
- " ./dist/*.d.ts" ,
132
- " ./dist/*/index.d.ts"
133
- ],
134
- "require" : [
135
- " ./dist/*.js" ,
136
- " ./dist/*/index.js"
137
- ],
138
- "default" : [
139
- " ./dist/*.mjs" ,
140
- " ./dist/*/index.mjs"
141
- ]
118
+ "types" : " ./dist/*.d.ts" ,
119
+ "require" : " ./dist/*.js" ,
120
+ "default" : " ./dist/*.mjs"
142
121
}
143
122
}
144
123
}
Original file line number Diff line number Diff line change
1
+ export * from './resources/index' ;
You can’t perform that action at this time.
0 commit comments