The RC now has support for excluding which files are considered in auto-imports. These changes affect how intersection and union types work and are leveraged in how TypeScript narrows types. Grabs the first element of a tuple if it's assignable to 'number' and returns 'never' if it can't find one.
Table of contents
What’s New Since the Beta?Improved Intersection Reduction, Union Compatibility, and NarrowingImproved Inference for infer Types in Template String Types--build , --watch , and --incremental Performance ImprovementsErrors When Comparing Object and Array LiteralsImproved Inference from Binding PatternsFile-Watching Fixes (Especially Across git checkout s)Find-All-References Performance ImprovementsExclude Specific Files from Auto-ImportsCorrectness Fixes and Breaking ChangesWhat’s Next?Sort: