We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1eb29 commit 727facbCopy full SHA for 727facb
src/services/services.ts
@@ -1143,7 +1143,7 @@ namespace ts {
1143
oldSettings.noResolve !== newSettings.noResolve ||
1144
oldSettings.jsx !== newSettings.jsx ||
1145
oldSettings.allowJs !== newSettings.allowJs ||
1146
- oldSettings.disableSizeLimit !== oldSettings.disableSizeLimit ||
+ oldSettings.disableSizeLimit !== newSettings.disableSizeLimit ||
1147
oldSettings.baseUrl !== newSettings.baseUrl ||
1148
!equalOwnProperties(oldSettings.paths, newSettings.paths));
1149
0 commit comments