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
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
I'm working on a project that has Typescript code for browser and Node environments. Each have seperate tsconfig files.
The current logic looks like it searches for a tsconfig.json file in the current working directory, meaning I can't use a different config file in a subdirectory.
Would you be open to using tsconfig option as a boolean or string path?
I'm working on a project that has Typescript code for browser and Node environments. Each have seperate tsconfig files.
The current logic looks like it searches for a
tsconfig.json
file in the current working directory, meaning I can't use a different config file in a subdirectory.Would you be open to using
tsconfig
option as a boolean or string path?The text was updated successfully, but these errors were encountered: