You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): improvements to internal types and options parameter (#642)
* fix(types): improvements to internal types and `options` parameter
* fix: remove unneeded `ts-expext-errror` directive
* chore: remove most `ts-expect-error` annotations
* Add internal `State` type
* Type the `wrapRequest()` function
* Add type augmentation of `OctokitResponse`
* fix: improve options type
* style: prettier
* fix: add missing type import
* fix: move `ts-expext-error` directive
* test: add `ts-expect-error`
* build(deps): update `@octokit/types`
* chore: remove more `ts-expect-error`
* chore: move `ts-expect-error` directive directly before function
* build: workaround typescript
Build the project first, then import from the build and then do the type check
0 commit comments