Skip to content

Commit 82b4aa1

Browse files
authoredMar 23, 2025··
Configure MDX IntelliSense (#1001)
1 parent e43f88d commit 82b4aa1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎packages/docs/tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "astro/tsconfigs/strict"
2+
"extends": "astro/tsconfigs/strict",
3+
"mdx": {
4+
"plugins": ["remark-directive", "remark-frontmatter", "remark-gfm"]
5+
}
36
}

0 commit comments

Comments
 (0)
Please sign in to comment.