We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TsJestTransformerOptions
1 parent 5637805 commit 3b11e29Copy full SHA for 3b11e29
src/types.ts
@@ -60,7 +60,7 @@ export interface ConfigCustomTransformer {
60
/**
61
* @deprecated use {@link TsJestTransformerOptions} instead
62
*/
63
-export interface TsJestGlobalOptions {
+export type TsJestGlobalOptions = Config.TransformerConfig[1] & {
64
65
* Compiler options. It can be:
66
* - `true` (or `undefined`, it's the default): use default tsconfig file
0 commit comments