File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
+ * .d.ts.map
2
3
* .d.ts
3
4
* .log
4
5
coverage /
Original file line number Diff line number Diff line change 29
29
"exports" : " ./index.js" ,
30
30
"files" : [
31
31
" lib/" ,
32
+ " index.d.ts.map" ,
32
33
" index.d.ts" ,
33
34
" index.js"
34
35
],
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ npm install hastscript hast-util-to-html
89
89
import {h } from ' hastscript'
90
90
import {toHtml } from ' hast-util-to-html'
91
91
92
- var tree = h (' .alpha' , [
92
+ const tree = h (' .alpha' , [
93
93
' bravo ' ,
94
94
h (' b' , ' charlie' ),
95
95
' delta ' ,
Original file line number Diff line number Diff line change 3
3
"checkJs" : true ,
4
4
"customConditions" : [" development" ],
5
5
"declaration" : true ,
6
+ "declarationMap" : true ,
6
7
"emitDeclarationOnly" : true ,
7
8
"exactOptionalPropertyTypes" : true ,
8
9
"lib" : [" es2022" ],
You can’t perform that action at this time.
0 commit comments