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 112112 "default" : " ./dist/index.mjs"
113113 },
114114 "./*.mjs" : {
115- "types" : " ./dist/*.d.ts" ,
116- "default" : " ./dist/*.mjs"
115+ "types" : [ " ./dist/*.d.ts" , " ./dist/*/index.d.ts " ] ,
116+ "default" : [ " ./dist/*.mjs" , " ./dist/*/index.mjs " ]
117117 },
118118 "./*.js" : {
119- "types" : " ./dist/*.d.ts" ,
120- "default" : " ./dist/*.js"
119+ "types" : [ " ./dist/*.d.ts" , " ./dist/*/index.d.ts " ] ,
120+ "default" : [ " ./dist/*.js" , " ./dist/*/index.js " ]
121121 },
122122 "./*" : {
123- "types" : " ./dist/*.d.ts" ,
124- "require" : " ./dist/*.js" ,
125- "default" : " ./dist/*.mjs"
123+ "types" : [ " ./dist/*.d.ts" , " ./dist/*/index.d.ts " ] ,
124+ "require" : [ " ./dist/*.js" , " ./dist/*/index.js " ] ,
125+ "default" : [ " ./dist/*.mjs" , " ./dist/*/index.mjs " ]
126126 }
127127 },
128128 "bin" : " ./bin/cli" ,
You can’t perform that action at this time.
0 commit comments