Skip to content

Commit

Permalink
fix: use Config.ProjectConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ologbonowiwi committed Aug 19, 2023
1 parent eeb787d commit 918312b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Expand Up @@ -170,8 +170,8 @@ export interface ProjectConfigTsJest extends Config.ProjectConfig {
/**
* @deprecated use `JestConfigWithTsJest` instead
*/
export interface TransformOptionsTsJest extends TransformOptions {
config: ProjectConfigTsJest
export interface TransformOptionsTsJest<TransformerConfig = unknown> extends TransformOptions<TransformerConfig> {
config: Config.ProjectConfig
}

/**
Expand Down

0 comments on commit 918312b

Please sign in to comment.