We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d5d20 commit f4f5d32Copy full SHA for f4f5d32
src/types.ts
@@ -154,6 +154,14 @@ export interface TsJestGlobalOptions {
154
stringifyContentPathRegex?: string | RegExp
155
}
156
157
+export interface GlobalConfigTsJest extends Config.ConfigGlobals {
158
+ 'ts-jest': TsJestGlobalOptions
159
+}
160
+
161
+export interface InitialOptionsTsJest extends Config.InitialOptions {
162
+ globals?: GlobalConfigTsJest
163
164
165
interface TsJestConfig$tsConfig$file {
166
kind: 'file'
167
value: string | undefined
0 commit comments