We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fef080 commit d941177Copy full SHA for d941177
1 file changed
src/compiler/program.ts
@@ -1143,6 +1143,7 @@ namespace ts {
1143
// if any of these properties has changed - structure cannot be reused
1144
const oldOptions = oldProgram.getCompilerOptions();
1145
if ((oldOptions.module !== options.module) ||
1146
+ (oldOptions.moduleResolution !== options.moduleResolution) ||
1147
(oldOptions.noResolve !== options.noResolve) ||
1148
(oldOptions.target !== options.target) ||
1149
(oldOptions.noLib !== options.noLib) ||
0 commit comments