Uses of Class
io.github.cdklabs.projen.typescript.TsJestTsconfig
-
Packages that use TsJestTsconfig Package Description io.github.cdklabs.projen.typescript -
-
Uses of TsJestTsconfig in io.github.cdklabs.projen.typescript
Methods in io.github.cdklabs.projen.typescript that return TsJestTsconfig Modifier and Type Method Description static TsJestTsconfigTsJestTsconfig. auto()(experimental) Usestsconfig.jsonif found, or the built-in default TypeScript compiler options.static TsJestTsconfigTsJestTsconfig. builtInDefaults()(experimental) Forcets-jestto use its built-in defaults even if there is atsconfig.jsonin your project.static TsJestTsconfigTsJestTsconfig. custom(TypescriptConfigOptions config)(experimental) Inline compiler options.static TsJestTsconfigTsJestTsconfig. fromFile(String filePath)(experimental) Path to atsconfigfile.default TsJestTsconfigTsJestTransformOptions. getTsconfig()(experimental) TypeScript compiler related configuration.TsJestTsconfigTsJestTransformOptions.Jsii$Proxy. getTsconfig()Methods in io.github.cdklabs.projen.typescript with parameters of type TsJestTsconfig Modifier and Type Method Description TsJestTransformOptions.BuilderTsJestTransformOptions.Builder. tsconfig(TsJestTsconfig tsconfig)Sets the value ofTsJestTransformOptions.getTsconfig()
-