KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TsconfigRaw
Interface TsconfigRaw
interface
TsconfigRaw
{
compilerOptions
?:
{
alwaysStrict
?:
boolean
;
baseUrl
?:
string
;
experimentalDecorators
?:
boolean
;
importsNotUsedAsValues
?:
"error"
|
"preserve"
|
"remove"
;
jsx
?:
"preserve"
|
"react"
|
"react-jsx"
|
"react-native"
|
"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
?:
"error"
|
"preserve"
|
"remove"
;
jsx
?:
"preserve"
|
"react"
|
"react-jsx"
|
"react-native"
|
"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
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
compiler
Options
Github
KC's Workspace
Loading...