Skip to content

Commit cc3b9d2

Browse files
committed
fix: enable isolatedModules to true in ts-jest config
1 parent 80a4f29 commit cc3b9d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
...compilerOptions,
1111
noImplicitAny: false,
1212
strictNullChecks: false,
13+
isolatedModules: true,
1314
},
1415
],
1516
},

0 commit comments

Comments
 (0)