yarn upgrade typescript@next
Created by: sqs
Also fixes type errors that the new TypeScript compiler uncovers.
@felixfbecker: PTAL at the change to the browser storage type. I'm pretty sure the original was incorrect because it should have applied the StorageItems[K]
type to changes[key].newValue
not to changes[key
directly.