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

tsconfig paths alias #1033

Closed
sahitono opened this issue Apr 2, 2022 · 2 comments
Closed

tsconfig paths alias #1033

sahitono opened this issue Apr 2, 2022 · 2 comments
Labels
feature New functionality or improvement
Milestone

Comments

@sahitono
Copy link

sahitono commented Apr 2, 2022

Support plan

  • is this issue currently blocking your project? (no):
  • is this issue affecting a production system? (no):

Context

  • node version: 16.13.2
  • module version: 24.5.1
  • environment (e.g. node, browser, native): node
  • used with (e.g. hapi application, another framework, standalone, ...): hapi application
  • any other relevant information: used in typescript project

How can we help?

Hi, I am currently using tsconfig paths alias like this

        "paths": {
            "~/*": [
                "./*"
            ]
        },

but it looks the built in typescript transformer doesn't support tsconfig paths alias yet, Is there any way to integrate the transformer it with tsconfig-paths or tsc-alias?

thank you in advance

@sahitono sahitono added the support Questions, discussions, and general support label Apr 2, 2022
@devinivy devinivy added feature New functionality or improvement and removed support Questions, discussions, and general support labels Apr 14, 2022
@devinivy
Copy link
Member

I would personally be open to bringing this functionality into lab, and would be happy to review someone's work on this.

@devinivy devinivy added this to the 24.7.0 milestone Apr 30, 2022
@devinivy
Copy link
Member

This was resolved by #1041, which was published in 24.7.0.

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

No branches or pull requests

2 participants