Our Release Candidate for TypeScript 3.8 is out to try now! Read up on what's new and give us your feedback! devblogs.microsoft.com/typescript/ann…
2
228
547
0
10
@typescript Not sure about the change in error locations. If I accidentally assigned an object type to a function type it puts the error at each property of the object. The problem is the whole object not individual properties.