Skip to content

Commit

Permalink
Added tsconfig option to configuration to allow setting tsconfig fi…
Browse files Browse the repository at this point in the history
…le path to be used.
  • Loading branch information
erayhanoglu committed Aug 23, 2024
1 parent 3538601 commit 4e69dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export = {
const tsConfigObject = readDefaultTsConfig(tsconfig)
return transformJest(src, path, {
...tsCompilerOptionsToSwcConfig(tsConfigObject, path),
...getJestTransformConfig(jestConfig),
...transformerConfig,
})
}
return src
Expand Down

0 comments on commit 4e69dd3

Please sign in to comment.