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 have something similar. I'd like for us to be able to specify which file I use for the configuration of tsfmt.
please consider adding a "-c" or "--config" parameter.
Would be great to allow to specify a different
tsconfig.json
file to use.A practical example is that our
tsconfig.json
doesn't include the test files. We have a differenttsconfig.test.json
, which do include them.Given this scenario, it might make sense to either allow to specify a different
tsconfig.json
file to use, or allow a"files"
key in thetsfmt.json
.What's your thoughts about this?
Cheers!
The text was updated successfully, but these errors were encountered: