-
-
Notifications
You must be signed in to change notification settings - Fork 536
Open
Labels
Description
Describe the feature
In the radix version, we could configure the tsconfig path to our frontend's tsconfig.json, which we had done in our repo because our front end is colocated with our backend (AdonisJS). It would be nice to bring this option back and it appears to be possible with the new get-tsconfig
library, but it appears hardcoded to look for the tsconfig.json that's colocated in the current working directory having package.json.
Additional information
- I intend to submit a PR for this feature.
- I have already implemented and/or tested this feature.
thetutlage and sadeghbarati