Skip to content

Commit a5b2616

Browse files
committed
fix: revert isolatedModules to true in ts-jest config
This reverts commit 27a2fa2.
1 parent c804ad4 commit a5b2616

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
...compilerOptions,
1111
noImplicitAny: false,
1212
strictNullChecks: false,
13-
isolatedModules: true,
1413
},
1514
],
1615
},

0 commit comments

Comments
 (0)