File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44 * @typedef {import('mdast-util-to-markdown').Options } ToMarkdownExtension
55 * @typedef {import('mdast-util-to-markdown').Handle } ToMarkdownHandle
66 * @typedef {import('estree-jsx').Program } Program
7- * @typedef {import('./complex-types').MdxFlowExpression } MdxFlowExpression
8- * @typedef {import('./complex-types').MdxTextExpression } MdxTextExpression
7+ * @typedef {import('./complex-types.js ').MdxFlowExpression } MdxFlowExpression
8+ * @typedef {import('./complex-types.js ').MdxTextExpression } MdxTextExpression
99 */
1010
1111/**
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "target" : " ES2020" ,
55 "lib" : [" ES2020" ],
6- "module" : " ES2020" ,
7- "moduleResolution" : " node" ,
6+ "module" : " Node16" ,
87 "allowJs" : true ,
98 "checkJs" : true ,
109 "declaration" : true ,
You can’t perform that action at this time.
0 commit comments