Uses of Class
io.github.cdklabs.projen.typescript.TsJestBabelConfig
-
Packages that use TsJestBabelConfig Package Description io.github.cdklabs.projen.typescript -
-
Uses of TsJestBabelConfig in io.github.cdklabs.projen.typescript
Methods in io.github.cdklabs.projen.typescript that return TsJestBabelConfig Modifier and Type Method Description static TsJestBabelConfigTsJestBabelConfig. autoDetectConfig()(experimental) Enables Babel processing.static TsJestBabelConfigTsJestBabelConfig. custom(Map<String,? extends Object> config)(experimental) Inline compiler options.static TsJestBabelConfigTsJestBabelConfig. disabled()(experimental) Disables the use of Babel.static TsJestBabelConfigTsJestBabelConfig. fromFile(String filePath)(experimental) Path to a babelrc file.default TsJestBabelConfigTsJestTransformOptions. getBabelConfig()(experimental) Babel(Jest) related configuration.TsJestBabelConfigTsJestTransformOptions.Jsii$Proxy. getBabelConfig()Methods in io.github.cdklabs.projen.typescript with parameters of type TsJestBabelConfig Modifier and Type Method Description TsJestTransformOptions.BuilderTsJestTransformOptions.Builder. babelConfig(TsJestBabelConfig babelConfig)Sets the value ofTsJestTransformOptions.getBabelConfig()
-