Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protocol): Ensure relative imports have extensions (#1722)
It seems that there's a difference between `moduleResolution: "node"` and `"moduleResolution": "node16"` in that you need to always have an extension for `node16` to resolve a relative filepath. This adds some missing extensions to the relative filepaths in our protocol package to resolve this issue. Fixes #1720
- Loading branch information