| Package | Description |
|---|---|
| io.github.cdklabs.projen.javascript |
| Modifier and Type | Method and Description |
|---|---|
default TypeScriptModuleResolution |
TypeScriptCompilerOptions.getModuleResolution()
(experimental) Determine how modules get resolved.
|
TypeScriptModuleResolution |
TypeScriptCompilerOptions.Jsii$Proxy.getModuleResolution() |
static TypeScriptModuleResolution |
TypeScriptModuleResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeScriptModuleResolution[] |
TypeScriptModuleResolution.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.moduleResolution(TypeScriptModuleResolution moduleResolution)
Sets the value of
TypeScriptCompilerOptions.getModuleResolution() |
Copyright © 2021. All rights reserved.