Uses of Class
io.github.cdklabs.projen.javascript.TypeScriptModuleDetection
-
Packages that use TypeScriptModuleDetection Package Description io.github.cdklabs.projen.javascript -
-
Uses of TypeScriptModuleDetection in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return TypeScriptModuleDetection Modifier and Type Method Description default TypeScriptModuleDetectionTypeScriptCompilerOptions. getModuleDetection()(experimental) This setting controls how TypeScript determines whether a file is a script or a module.TypeScriptModuleDetectionTypeScriptCompilerOptions.Jsii$Proxy. getModuleDetection()static TypeScriptModuleDetectionTypeScriptModuleDetection. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeScriptModuleDetection[]TypeScriptModuleDetection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.javascript with parameters of type TypeScriptModuleDetection Modifier and Type Method Description TypeScriptCompilerOptions.BuilderTypeScriptCompilerOptions.Builder. moduleDetection(TypeScriptModuleDetection moduleDetection)Sets the value ofTypeScriptCompilerOptions.getModuleDetection()
-