We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d4680 commit 823be5aCopy full SHA for 823be5a
packages/mdx/src/client/rsc.tsx
@@ -5,7 +5,7 @@ import remarkGfm from 'remark-gfm';
5
import remarkMath from 'remark-math';
6
import remarkSmartypants from 'remark-smartypants';
7
8
-import { rehypeSyntaxHighlighting } from '../plugins';
+import { rehypeSyntaxHighlighting } from '../plugins/index.js';
9
10
export async function MDXRemote({
11
source,
packages/mdx/tsconfig.json
@@ -6,9 +6,7 @@
"target": "ES2021",
"outDir": "dist",
"declaration": true,
- "moduleResolution": "node",
- "module": "esnext",
- "allowJs": true
+ "module": "Node16"
12
},
13
"include": ["**/*.ts", "**/*.tsx"],
14
"exclude": ["node_modules", "dist"]
0 commit comments