Skip to content

Commit

Permalink
Merge pull request #1 from mrazauskas/patch-1
Browse files Browse the repository at this point in the history
Improve typing of Jest config object
  • Loading branch information
connorjburton committed Sep 22, 2022
2 parents 57dbf1d + 42896b4 commit 57d70fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/ts-jest.config.cjs
@@ -1,4 +1,4 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
extensionsToTreatAsEsm: [".ts"],
transform: {
Expand Down

0 comments on commit 57d70fa

Please sign in to comment.