lab icon indicating copy to clipboard operation
lab copied to clipboard

Tighten type checking config

Open kanongil opened this issue 6 months ago • 1 comments

This adds noUncheckedIndexedAccess: true and exactOptionalPropertyTypes: true to the type checking config.

This helps ensure that the defined typings can work for projects like reported here, which use these stricter than strict: true options.

I also updated the peer dependency requirement to v4.4.0+, which is the oldest version that supports these flags.

kanongil avatar Dec 28 '23 20:12 kanongil