octokit / tsconfig

TypeScript configuration for Octokit packages
MIT License
5 stars 3 forks source link

feat: enable `exactOptioanlPropertyTypes` option #30

Closed oscard0m closed 1 month ago

oscard0m commented 1 month ago

BREAKING CHANGE: Required, but potentially undefined does not have the same intent as optional. This rule will enforce us to be explicit in our type declarations and how we expect octokit APIs should be used.

fix #29

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: