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 11{
22 "name" : " @mintlify/mdx" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Markdown parser from Mintlify" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import remarkGfm from 'remark-gfm';
55import remarkMath from 'remark-math' ;
66import remarkSmartypants from 'remark-smartypants' ;
77
8- import { rehypeSyntaxHighlighting } from '../plugins' ;
8+ import { rehypeSyntaxHighlighting } from '../plugins/index.js ' ;
99
1010export async function MDXRemote ( {
1111 source,
Original file line number Diff line number Diff line change 66 "target" : " ES2021" ,
77 "outDir" : " dist" ,
88 "declaration" : true ,
9- "moduleResolution" : " node" ,
10- "module" : " esnext" ,
11- "allowJs" : true
9+ "module" : " Node16"
1210 },
1311 "include" : [" **/*.ts" , " **/*.tsx" ],
1412 "exclude" : [" node_modules" , " dist" ]
You can’t perform that action at this time.
0 commit comments