@oazmi/esbuild-types - v0.25.0
github
readme
src
dist
examples
Preparing search index...
TsconfigRaw
Interface TsconfigRaw
interface
TsconfigRaw
{
compilerOptions
?:
{
alwaysStrict
?:
boolean
;
baseUrl
?:
string
;
experimentalDecorators
?:
boolean
;
importsNotUsedAsValues
?:
"remove"
|
"preserve"
|
"error"
;
jsx
?:
"preserve"
|
"react-native"
|
"react"
|
"react-jsx"
|
"react-jsxdev"
;
jsxFactory
?:
string
;
jsxFragmentFactory
?:
string
;
jsxImportSource
?:
string
;
paths
?:
Record
<
string
,
string
[]
>
;
preserveValueImports
?:
boolean
;
strict
?:
boolean
;
target
?:
string
;
useDefineForClassFields
?:
boolean
;
verbatimModuleSyntax
?:
boolean
;
}
;
}
Index
Properties
compiler
Options?
Properties
Optional
compiler
Options
compilerOptions
?:
{
alwaysStrict
?:
boolean
;
baseUrl
?:
string
;
experimentalDecorators
?:
boolean
;
importsNotUsedAsValues
?:
"remove"
|
"preserve"
|
"error"
;
jsx
?:
"preserve"
|
"react-native"
|
"react"
|
"react-jsx"
|
"react-jsxdev"
;
jsxFactory
?:
string
;
jsxFragmentFactory
?:
string
;
jsxImportSource
?:
string
;
paths
?:
Record
<
string
,
string
[]
>
;
preserveValueImports
?:
boolean
;
strict
?:
boolean
;
target
?:
string
;
useDefineForClassFields
?:
boolean
;
verbatimModuleSyntax
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compiler
Options
github
readme
src
dist
examples
@oazmi/esbuild-types - v0.25.0
Loading...