diff --git a/packages/vitepress-twoslash/src/index.ts b/packages/vitepress-twoslash/src/index.ts index d75744fb0..742bba0fa 100644 --- a/packages/vitepress-twoslash/src/index.ts +++ b/packages/vitepress-twoslash/src/index.ts @@ -12,7 +12,7 @@ export interface VitePressPluginTwoslashOptions extends TransformerTwoslashOptio * Requires adding `twoslash` to the code block explicitly to run twoslash * @default true */ - explicitTrigger?: boolean + explicitTrigger?: TransformerTwoslashOptions['explicitTrigger'] } /**