| Package | Description |
|---|---|
| io.github.cdklabs.projen.javascript |
| Modifier and Type | Method and Description |
|---|---|
default TypeScriptJsxMode |
TypeScriptCompilerOptions.getJsx()
(experimental) Support JSX in .tsx files: "react", "preserve", "react-native" etc.
|
TypeScriptJsxMode |
TypeScriptCompilerOptions.Jsii$Proxy.getJsx() |
static TypeScriptJsxMode |
TypeScriptJsxMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeScriptJsxMode[] |
TypeScriptJsxMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypeScriptCompilerOptions.Builder |
TypeScriptCompilerOptions.Builder.jsx(TypeScriptJsxMode jsx)
Sets the value of
TypeScriptCompilerOptions.getJsx() |
Copyright © 2021. All rights reserved.