Skip to content

Commit f57aff3

Browse files
authored
Make typechecking work with "moduleResolution": "node16" (Fixes syntax-tree#6)
1 parent ffcc82c commit f57aff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
* @typedef {import('mdast-util-to-markdown/lib/types.js').Handle} ToMarkdownHandle
1010
* @typedef {import('mdast-util-to-markdown/lib/types.js').Context} Context
1111
* @typedef {import('mdast-util-to-markdown/lib/types.js').Options} ToMarkdownExtension
12-
* @typedef {import('./complex-types').ContainerDirective} ContainerDirective
13-
* @typedef {import('./complex-types').LeafDirective} LeafDirective
14-
* @typedef {import('./complex-types').TextDirective} TextDirective
12+
* @typedef {import('./complex-types.js').ContainerDirective} ContainerDirective
13+
* @typedef {import('./complex-types.js').LeafDirective} LeafDirective
14+
* @typedef {import('./complex-types.js').TextDirective} TextDirective
1515
* @typedef {ContainerDirective|LeafDirective|TextDirective} Directive
1616
*/
1717

0 commit comments

Comments
 (0)