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

Paths in tsconfig.json not parsed #638

Open
tobyryuk opened this issue Oct 1, 2021 · 0 comments
Open

Paths in tsconfig.json not parsed #638

tobyryuk opened this issue Oct 1, 2021 · 0 comments

Comments

@tobyryuk
Copy link

tobyryuk commented Oct 1, 2021

Our project relies on aliases in the paths key of the tsconfig.json and upon checking, it turns out that paths is being omitted, is there any specific reason for this or can this be added?

tsconfig.json

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

Edit:
After looking at the CLI flags, I see that you can't pass paths as a flag, now I'm wondering if there's any reason why the builder is running the CLI with all the flags and not just specifying the config through the tsconfig.json file?

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

No branches or pull requests

1 participant