diff --git a/src/types.ts b/src/types.ts index 5abc0d0639..dab618cc4e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -154,6 +154,14 @@ export interface TsJestGlobalOptions { stringifyContentPathRegex?: string | RegExp } +export interface GlobalConfigTsJest extends Config.ConfigGlobals { + 'ts-jest': TsJestGlobalOptions +} + +export interface InitialOptionsTsJest extends Config.InitialOptions { + globals?: GlobalConfigTsJest +} + interface TsJestConfig$tsConfig$file { kind: 'file' value: string | undefined