interface EsriCompatCodemodOptions {
    annotateTodos?: boolean;
    compatImportPath?: string;
    rootDir: string;
    target?: CodemodTarget;
    write?: boolean;
}

Properties

annotateTodos?: boolean
compatImportPath?: string
rootDir: string
target?: CodemodTarget
write?: boolean