Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: required type annotation typescript error (#705)
## Summary <!-- Succinctly describe your change, providing context, what you've changed, and why. --> This commit addresses `The inferred type of 'inngest' cannot be named without a reference to '../../../node_modules/inngest/types'. This is likely not portable. A type annotation is necessary. ts (2742)` error described in #695. Version 3.22.7 hasn't fixed the issue. ## Checklist <!-- Tick these items off as you progress. --> <!-- If an item isn't applicable, ideally please strikeout the item by wrapping it in "~~"" and suffix it with "N/A My reason for skipping this." --> <!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" --> - [ ] ~Added a [docs PR](https://github.com/inngest/website) that references this PR~ N/A Bug fix - [x] Added unit/integration tests - [x] Added changesets if applicable ## Related <!-- A space for any related links, issues, or PRs. --> <!-- Linear issues are autolinked. --> <!-- e.g. - INN-123 --> <!-- GitHub issues/PRs can be linked using shorthand. --> <!-- e.g. "- inngest/inngest#123" --> <!-- Feel free to remove this section if there are no applicable related links.--> Fixes: #695 --------- Co-authored-by: Jack Williams <[email protected]> Co-authored-by: Jack Williams <[email protected]>
- Loading branch information