Patch Changes
- 6176063: Add
typesVersionstopackage.jsonto support projects using legacymoduleResolutionsettings (likenode/node10) that do not support theexportsfield for subpath resolution. - 3b980f9: Fix inference for array of enums (it now expands to the enum's members instead of
unknown[]). - ffa8033: Improve type inference for enum arrays and union types.