@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/api
tsc
getParsedCommandLineOfConfigFile
Function getParsedCommandLineOfConfigFile
getParsedCommandLineOfConfigFile
(
configFileName
:
string
,
optionsToExtend
:
tsc
.
CompilerOptions
|
undefined
,
host
:
ParseConfigFileHost
,
extendedConfigCache
?:
Map
<
string
,
ExtendedConfigCacheEntry
>
,
watchOptionsToExtend
?:
tsc
.
WatchOptions
,
extraFileExtensions
?:
readonly
FileExtensionInfo
[]
,
)
:
ParsedCommandLine
|
undefined
Reads the config file, reports errors if any and exits if the config file cannot be found
Parameters
configFileName
:
string
optionsToExtend
:
tsc
.
CompilerOptions
|
undefined
host
:
ParseConfigFileHost
Optional
extendedConfigCache
:
Map
<
string
,
ExtendedConfigCacheEntry
>
Optional
watchOptionsToExtend
:
tsc
.
WatchOptions
Optional
extraFileExtensions
:
readonly
FileExtensionInfo
[]
Returns
ParsedCommandLine
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.7.0
Loading...
Reads the config file, reports errors if any and exits if the config file cannot be found