diff --git a/src/constants.ts b/src/constants.ts index 94d635c..0139cc9 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,13 +4,15 @@ declare module "prettier" { interface Options { markoSyntax?: "auto" | "html" | "concise"; markoAttrParen?: boolean; + markoCompiler?: typeof Compiler; + markoCompilerConfig?: Compiler.Config; } interface ParserOptions { - markoCompiler?: typeof Compiler; - markoCompilerConfig?: Compiler.Config; markoSyntax?: "auto" | "html" | "concise"; markoAttrParen?: boolean; + markoCompiler?: typeof Compiler; + markoCompilerConfig?: Compiler.Config; // @internal markoLinePositions: number[]; // @internal