File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 7
7
"module" : " ./lib/module/index.js" ,
8
8
"exports" : {
9
9
"." : {
10
- "import" : {
11
- "types" : " ./lib/typescript/module/src/index.d.ts" ,
12
- "default" : " ./lib/module/index.js"
13
- },
14
- "require" : {
15
- "types" : " ./lib/typescript/commonjs/src/index.d.ts" ,
16
- "default" : " ./lib/commonjs/index.js"
17
- }
10
+ "source" : " ./src/index.tsx" ,
11
+ "types" : " ./lib/typescript/module/src/index.d.ts" ,
12
+ "default" : " ./lib/module/index.js" ,
13
+ "import" : " ./lib/module/index.js" ,
14
+ "require" : " ./lib/commonjs/index.js"
18
15
}
19
16
},
20
17
"files" : [
162
159
"targets" : [
163
160
" codegen" ,
164
161
[
165
- " commonjs" ,
166
- {
167
- "esm" : true
168
- }
162
+ " commonjs"
169
163
],
170
164
[
171
- " module" ,
172
- {
173
- "esm" : true
174
- }
165
+ " module"
175
166
],
176
167
[
177
168
" typescript" ,
178
169
{
179
- "project" : " tsconfig.build.json" ,
180
- "esm" : true
170
+ "project" : " tsconfig.build.json"
181
171
}
182
172
]
183
173
]
You can’t perform that action at this time.
0 commit comments