Skip to content

Commit

Permalink
fix: revert isolatedModules to true in ts-jest config
Browse files Browse the repository at this point in the history
This reverts commit 27a2fa2.
  • Loading branch information
trivikr committed May 7, 2024
1 parent a1f9da1 commit 73df9b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
...compilerOptions,
noImplicitAny: false,
strictNullChecks: false,
isolatedModules: true,
},
],
},
Expand Down

0 comments on commit 73df9b1

Please sign in to comment.