Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make param matcher generated type import with a .js extension (#…
…13286) fixes #13280 Similar to #5907 we need to import the param matchers file ending with .js so that when the moduleResolution is set to something strict such as NodeNext (the default for libraries) the type inference isn't lost when it can't resolve the param matcher file due to the lack of a file extension.
- Loading branch information