File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 46
46
"publishConfig" : {
47
47
"imports" : {
48
48
"#config/*" : {
49
+ "types" : " ./lib/config/*.d.ts" ,
49
50
"require" : " ./lib/config/*.cjs" ,
50
51
"import" : " ./lib/config/*.mjs" ,
51
52
"default" : " ./lib/config/*.mjs"
52
53
},
53
54
"#constants/*" : {
55
+ "types" : " ./lib/config/*.d.ts" ,
54
56
"require" : " ./lib/constants/*.cjs" ,
55
57
"import" : " ./lib/constants/*.mjs" ,
56
58
"default" : " ./lib/constants/*.mjs"
57
59
},
58
60
"#core/*" : {
61
+ "types" : " ./lib/core/*.d.ts" ,
59
62
"require" : " ./lib/core/*.cjs" ,
60
63
"import" : " ./lib/core/*.mjs" ,
61
64
"default" : " ./lib/core/*.mjs"
62
65
},
63
66
"#interface/*" : {
67
+ "types" : " ./lib/interface/*.d.ts" ,
64
68
"require" : " ./lib/interface/*.cjs" ,
65
69
"import" : " ./lib/interface/*.mjs" ,
66
70
"default" : " ./lib/interface/*.mjs"
67
71
},
68
72
"#util/*" : {
73
+ "types" : " ./lib/util/*.d.ts" ,
69
74
"require" : " ./lib/util/*.cjs" ,
70
75
"import" : " ./lib/util/*.mjs" ,
71
76
"default" : " ./lib/util/*.mjs"
You can’t perform that action at this time.
0 commit comments