File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,14 @@ plugins:
55
55
hasChanged : true
56
56
numMatches : 1
57
57
numReplacements : 1
58
+ - file : " ./lib/index.d.cts"
59
+ hasChanged : false
60
+ numMatches : 0
61
+ numReplacements : 0
62
+ - file : " ./lib/index.d.mts"
63
+ hasChanged : false
64
+ numMatches : 0
65
+ numReplacements : 0
58
66
- file : " ./lib/index.mjs"
59
67
hasChanged : true
60
68
numMatches : 1
Original file line number Diff line number Diff line change 34
34
" Jonas Kello"
35
35
],
36
36
"exports" : {
37
+ "types" : {
38
+ "import" : " ./lib/index.d.mts" ,
39
+ "require" : " ./lib/index.d.cts"
40
+ },
37
41
"import" : " ./lib/index.mjs" ,
38
42
"require" : " ./lib/index.cjs"
39
43
},
40
44
"main" : " lib/index.cjs" ,
45
+ "types" : " lib/index.d.cts" ,
41
46
"files" : [
42
47
" lib/" ,
43
48
" package.json" ,
Original file line number Diff line number Diff line change 2
2
"extends" : " ./tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : " src" ,
5
- "declaration" : false
5
+ "declaration" : true
6
6
},
7
7
"include" : [" src" , " typings" ]
8
8
}
You can’t perform that action at this time.
0 commit comments