eject-enum
    Preparing search index...

    Type Alias EjectEnumTarget

    EjectEnumTarget:
        | { t: "projects"; tsConfigPaths: readonly string[] }
        | {
            excludePaths: readonly string[];
            includePaths: readonly string[];
            t: "src-paths";
        }

    Target of the rewrite. You can specify one of:

    • Paths to projects' tsconfig files to rewrite (EjectEnumTarget.projects)
    • Paths to include into / exclude from the rewrite target (EjectEnumTarget.srcPaths)