We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to support TypeScript's "paths" config option, this project should load tsconfig-paths/register when loading ts files: https://www.npmjs.com/package/tsconfig-paths
tsconfig-paths/register
Currently projects that leverage the paths typescript configuration cannot use interpret successfully.
It will improve TypeScript compatibility by supporting the "paths" config option.
No time... sorry.
The text was updated successfully, but these errors were encountered:
Why isn't that just upstreamed into ts-node if it is an official feature of typescript? I'd prefer this to be in the tool where it belongs.
Sorry, something went wrong.
No branches or pull requests
Describe your idea for a new feature
In order to support TypeScript's "paths" config option, this project should load
tsconfig-paths/register
when loading ts files: https://www.npmjs.com/package/tsconfig-pathsExplain the problem your idea is trying to solve
Currently projects that leverage the paths typescript configuration cannot use interpret successfully.
How will it benefit gulp and its users?
It will improve TypeScript compatibility by supporting the "paths" config option.
If this feature could exist outside of gulp (like as a plugin or a module), would you be interested in helping to create and maintain it?
No time... sorry.
The text was updated successfully, but these errors were encountered: