Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: set exactOptionalPropertyTypes option
BREAKING CHANGE: `undefined` is no longer assignable to optional properties, unless the type of the property explicitly includes `undefined`. See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-4.html#exact-optional-property-types---exactoptionalpropertytypes
- Loading branch information