Closed
Description
🚀 Feature Proposal
Typescript has a config option named isolatedModules
https://www.typescriptlang.org/tsconfig#isolatedModules
ts-jest
also has a config option named isolatedModules
https://kulshekhar.github.io/ts-jest/docs/getting-started/options/isolatedModules
This is extremely confusing. Please rename your config option if it is not related to the tsconfig option. (If they are related in some way, you need to update the documentation and better explain how they interact. That is not satisfied with comments in this issue. Update the docs. )
Motivation
Better explain config options.
Example
No response