We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webpro
Learn more about funding links in repositories.
Report abuse
1 parent e43f88d commit 82b4aa1Copy full SHA for 82b4aa1
packages/docs/tsconfig.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "astro/tsconfigs/strict"
+ "extends": "astro/tsconfigs/strict",
3
+ "mdx": {
4
+ "plugins": ["remark-directive", "remark-frontmatter", "remark-gfm"]
5
+ }
6
}
0 commit comments