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 107107 "default" : " ./dist/index.mjs"
108108 },
109109 "./*.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"
112112 },
113113 "./*.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"
116116 },
117117 "./*" : {
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"
121121 }
122122 }
123123}
You can’t perform that action at this time.
0 commit comments