Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for jsconfig paths by bumping tsconfig-paths to 4.0 #85

Closed
alexeyds opened this issue Feb 21, 2023 · 2 comments · Fixed by #91
Closed

Add support for jsconfig paths by bumping tsconfig-paths to 4.0 #85

alexeyds opened this issue Feb 21, 2023 · 2 comments · Fixed by #91
Assignees
Labels

Comments

@alexeyds
Copy link

tsconfig-paths did not have support for jsconfig.json files until 4.0(dividab/tsconfig-paths#199) and esbuild-register is using version 3.12 at the moment. Would be nice to have it bumped if possible

Also, if anyone is looking for a temporary solution, installing tsconfig-paths yourself and adding this before registering esbuild hooks worked for me:

const tsConfigPaths = require("tsconfig-paths");
tsConfigPaths.register();
@Karibash
Copy link
Contributor

Starting with TypeScript 5.0, it is now possible to specify arrays in extends.
Since an error occurs when specifying arrays in extends in tsconfig-paths version 3.1.2, it is necessary to upgrade to version 4.2.0

@egoist
Copy link
Owner

egoist commented Sep 14, 2023

🎉 This issue has been resolved in version 3.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants