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
I am using a single tsconfig.json for most of my packages. I only include the relevant srcs/deps for each package but leverage the same tsconfig.json file. The bazel output log shows progress like this:
Yeah you're holding it right. Having a single config file is a good practice.
You can see other progress_message around the repo, they are not super consistent. I did do a pass once to make them more consistent though, so I'd propose
🚀 feature request
Relevant Rules
ts_project
Description
I am using a single tsconfig.json for most of my packages. I only include the relevant srcs/deps for each package but leverage the same tsconfig.json file. The bazel output log shows progress like this:
(Those are all separate target messages)
Describe the solution you'd like
I would like the progress message to be customizable, or at least use the target in the name instead of the tsconfig name.
Describe alternatives you've considered
Patching @bazel/typescript for this behavior.
Perhaps I am using ts_project incorrectly by re-using the same config, but it otherwise seems to work find.
The text was updated successfully, but these errors were encountered: