KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
BaseSetting
Interface BaseSetting
Represents the base settings for a configuration.
interface
BaseSetting
{
debug
?:
WithEnabled
<
(
msg
:
string
)
=>
void
>
;
verbose
?:
WithEnabled
<
(
msg
:
string
)
=>
void
>
;
}
Index
Properties
debug?
verbose?
Properties
Optional
debug
debug
?:
WithEnabled
<
(
msg
:
string
)
=>
void
>
Optional
verbose
verbose
?:
WithEnabled
<
(
msg
:
string
)
=>
void
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
debug
verbose
Github
KC's Workspace
Loading...
Represents the base settings for a configuration.