Class TsJestTsconfig
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.typescript.TsJestTsconfig
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.274Z") @Stability(Experimental) public class TsJestTsconfig extends software.amazon.jsii.JsiiObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTsJestTsconfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedTsJestTsconfig(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TsJestTsconfigauto()(experimental) Usestsconfig.jsonif found, or the built-in default TypeScript compiler options.static TsJestTsconfigbuiltInDefaults()(experimental) Forcets-jestto use its built-in defaults even if there is atsconfig.jsonin your project.static TsJestTsconfigcustom(TypescriptConfigOptions config)(experimental) Inline compiler options.static TsJestTsconfigfromFile(String filePath)(experimental) Path to atsconfigfile.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
auto
@Stability(Experimental) @NotNull public static TsJestTsconfig auto()
(experimental) Usestsconfig.jsonif found, or the built-in default TypeScript compiler options.
-
builtInDefaults
@Stability(Experimental) @NotNull public static TsJestTsconfig builtInDefaults()
(experimental) Forcets-jestto use its built-in defaults even if there is atsconfig.jsonin your project.
-
custom
@Stability(Experimental) @NotNull public static TsJestTsconfig custom(@NotNull TypescriptConfigOptions config)
(experimental) Inline compiler options.- Parameters:
config- This parameter is required.- See Also:
- TypescriptConfigOptions
-
fromFile
@Stability(Experimental) @NotNull public static TsJestTsconfig fromFile(@NotNull String filePath)
(experimental) Path to atsconfigfile.The path should be relative to the current working directory where you start Jest from. You can also use
<rootDir>in the path to start from the project root dir.- Parameters:
filePath- This parameter is required.
-
-