You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: