Type alias EjectEnumTarget

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

Target of the conversion. You can specify one of:

  • Paths to TS config files (EjectTarget.tsConfig)
  • Paths to include in / exclude from the conversion (EjectTarget.paths)

Generated using TypeDoc