File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
* @typedef {import('mdast-util-to-markdown').Options } ToMarkdownExtension
5
5
* @typedef {import('mdast-util-to-markdown').Handle } ToMarkdownHandle
6
6
* @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
9
9
*/
10
10
11
11
/**
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"target" : " ES2020" ,
5
5
"lib" : [" ES2020" ],
6
- "module" : " ES2020" ,
7
- "moduleResolution" : " node" ,
6
+ "module" : " Node16" ,
8
7
"allowJs" : true ,
9
8
"checkJs" : true ,
10
9
"declaration" : true ,
You can’t perform that action at this time.
0 commit comments