ts-essentials icon indicating copy to clipboard operation
ts-essentials copied to clipboard

Consider support of `exactOptionalPropertyTypes` flag

Open Beraliv opened this issue 3 years ago • 0 comments

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

Beraliv avatar Aug 23 '21 18:08 Beraliv