ts-essentials
ts-essentials copied to clipboard
Consider support of `exactOptionalPropertyTypes` flag
Here it's about the difference of { a: undefined }
and {}
I'm not sure if we need to do anything here, but there can be issues regarding setting or not this flag in the future
Issue for strictOptionalProperties
– https://github.com/microsoft/TypeScript/issues/44604
It's now named as exactOptionalPropertyTypes
– https://github.com/microsoft/TypeScript/pull/44626