eject-enum
Preparing search index...
EjectEnumTarget
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
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
eject-enum
Loading...
Target of the rewrite. You can specify one of:
EjectEnumTarget.projects)EjectEnumTarget.srcPaths)