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

parseTsconfig should return path and config #82

Open
2 tasks
privatenumber opened this issue Jul 19, 2024 · 0 comments
Open
2 tasks

parseTsconfig should return path and config #82

privatenumber opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@privatenumber
Copy link
Owner

Feature request

parseTsconfig is used when a path to a tsconfig.json file is already known. However, this path can be relative (e.g. use input from CLI).

When parseTsconfig read the config file, it should resolve it to the absolute path so it can be passed around with the config. This absolute path is necessary to resolve the rest of the config data (e.g. paths).

Motivations

Usage experience

Alternatives

No response

Additional context

No response

Bugs are expected to be fixed by those affected by it

  • I'm interested in working on this issue

Compensating engineering work financially will speed up resolution

  • I'm willing to offer financial support
@privatenumber privatenumber added the enhancement New feature or request label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant