mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-06 12:32:12 -06:00
fix initialization of shouldCreateNewSourceFiles (#17686)
This commit is contained in:
parent
8d1eb29fb1
commit
727facb55c
@ -1143,7 +1143,7 @@ namespace ts {
|
||||
oldSettings.noResolve !== newSettings.noResolve ||
|
||||
oldSettings.jsx !== newSettings.jsx ||
|
||||
oldSettings.allowJs !== newSettings.allowJs ||
|
||||
oldSettings.disableSizeLimit !== oldSettings.disableSizeLimit ||
|
||||
oldSettings.disableSizeLimit !== newSettings.disableSizeLimit ||
|
||||
oldSettings.baseUrl !== newSettings.baseUrl ||
|
||||
!equalOwnProperties(oldSettings.paths, newSettings.paths));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user