@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
server
DiscoverTypings
Interface DiscoverTypings
interface
DiscoverTypings
{
cachePath
?:
string
;
compilerOptions
:
tsc
.
CompilerOptions
;
fileNames
:
string
[]
;
kind
:
"discover"
;
projectName
:
string
;
projectRootPath
:
tsc
.
Path
;
typeAcquisition
:
TypeAcquisition
;
unresolvedImports
:
SortedReadonlyArray
<
string
>
;
}
Hierarchy (
View Summary
)
TypingInstallerRequestWithProjectName
DiscoverTypings
Index
Properties
cache
Path?
compiler
Options
file
Names
kind
project
Name
project
Root
Path
type
Acquisition
unresolved
Imports
Properties
Optional
Readonly
cache
Path
cachePath
?:
string
Readonly
compiler
Options
compilerOptions
:
tsc
.
CompilerOptions
Readonly
file
Names
fileNames
:
string
[]
Readonly
kind
kind
:
"discover"
Readonly
project
Name
projectName
:
string
Readonly
project
Root
Path
projectRootPath
:
tsc
.
Path
Readonly
type
Acquisition
typeAcquisition
:
TypeAcquisition
Readonly
unresolved
Imports
unresolvedImports
:
SortedReadonlyArray
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Path
compiler
Options
file
Names
kind
project
Name
project
Root
Path
type
Acquisition
unresolved
Imports
@servicenow/sdk - v4.4.1
Loading...