Interface: TsconfigCompilerOptions
Defined in: binding.d.cts:2626
TypeScript compiler options for inline tsconfig configuration.
Properties
emitDecoratorMetadata?
- Type:
boolean - Optional
Defined in: binding.d.cts:2638
Enables decorator metadata emission.
experimentalDecorators?
- Type:
boolean - Optional
Defined in: binding.d.cts:2636
Enables experimental decorators.
importsNotUsedAsValues?
- Type:
"error"|"preserve"|"remove" - Optional
Defined in: binding.d.cts:2648
Deprecated
Use verbatimModuleSyntax instead.
jsx?
- Type:
"react"|"react-jsx"|"preserve"|"react-jsxdev"|"react-native" - Optional
Defined in: binding.d.cts:2628
Specifies the JSX factory function to use.
jsxFactory?
- Type:
string - Optional
Defined in: binding.d.cts:2630
Specifies the JSX factory function.
jsxFragmentFactory?
- Type:
string - Optional
Defined in: binding.d.cts:2632
Specifies the JSX fragment factory function.
jsxImportSource?
- Type:
string - Optional
Defined in: binding.d.cts:2634
Specifies the module specifier for JSX imports.
preserveValueImports?
- Type:
boolean - Optional
Defined in: binding.d.cts:2646
Deprecated
Use verbatimModuleSyntax instead.
target?
- Type:
string - Optional
Defined in: binding.d.cts:2644
The ECMAScript target version.
useDefineForClassFields?
- Type:
boolean - Optional
Defined in: binding.d.cts:2642
Configures how class fields are emitted.
verbatimModuleSyntax?
- Type:
boolean - Optional
Defined in: binding.d.cts:2640
Preserves module structure of imports/exports.
