Variable EjectEnumTarget

EjectEnumTarget: { paths: any; tsConfig: any }

Type declaration

  • paths:function
    • paths(paths: { exclude?: readonly string[]; include: readonly string[] }): EjectEnumTarget
    • Directly specifies paths to include in (and optionally exclude from) the target of the conversion.

      Parameters

      • paths: { exclude?: readonly string[]; include: readonly string[] }

        Target paths specification.

        • Optional exclude?: readonly string[]

          Paths or globs to the files that should be excluded from the conversion.

        • include: readonly string[]

          Paths or globs to the files to convert.

      Returns EjectEnumTarget

  • tsConfig:function
    • Specifies TS config paths as the target of the converision.

      Parameters

      • paths: readonly string[]

        Paths to TS config files for the coversion target projects.

      Returns EjectEnumTarget

Generated using TypeDoc