File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mintlify/mdx" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Markdown parser from Mintlify" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import remarkGfm from 'remark-gfm';
5
5
import remarkMath from 'remark-math' ;
6
6
import remarkSmartypants from 'remark-smartypants' ;
7
7
8
- import { rehypeSyntaxHighlighting } from '../plugins' ;
8
+ import { rehypeSyntaxHighlighting } from '../plugins/index.js ' ;
9
9
10
10
export async function MDXRemote ( {
11
11
source,
Original file line number Diff line number Diff line change 6
6
"target" : " ES2021" ,
7
7
"outDir" : " dist" ,
8
8
"declaration" : true ,
9
- "moduleResolution" : " node" ,
10
- "module" : " esnext" ,
11
- "allowJs" : true
9
+ "module" : " Node16"
12
10
},
13
11
"include" : [" **/*.ts" , " **/*.tsx" ],
14
12
"exclude" : [" node_modules" , " dist" ]
You can’t perform that action at this time.
0 commit comments