MCP TypeScript SDK (V2)
    Preparing search index...
    interface RunnerOptions {
        dryRun?: boolean;
        ignore?: string[];
        targetDir: string;
        transforms?: string[];
        verbose?: boolean;
    }
    Index

    Properties

    dryRun?: boolean
    ignore?: string[]
    targetDir: string
    transforms?: string[]
    verbose?: boolean