We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f3213 commit 0327858Copy full SHA for 0327858
packages/theme/src/node/index.ts
@@ -33,7 +33,7 @@ const baseConfig: RawConfigExports<DefaultTheme.Config> = {
33
md.use(insertDocsHeaderInfo);
34
md.use(groupIconMdPlugin);
35
},
36
- codeTransformers: [transformerTwoslash()]
+ codeTransformers: [transformerTwoslash() as any]
37
38
transformPageData(pageData) {
39
if (NOT_ARTICLE_LAYOUTS.includes(pageData.frontmatter.layout)) {
0 commit comments