Skip to content

Commit

Permalink
fix: enable isolatedModules to true in ts-jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed May 2, 2024
1 parent 4ceb2a7 commit 19b7e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
...compilerOptions,
noImplicitAny: false,
strictNullChecks: false,
isolatedModules: true,
},
],
},
Expand Down

0 comments on commit 19b7e0d

Please sign in to comment.