Closed wassertim closed 8 years ago
I think you're absolutely correct. I've run into the same thing with the SBT Docker plugin. When I started this plugin, there was only the command line configuration. Now that there is a config file, I want people to be able to use as many of the native tools/config that they can. Unfortunately, I don't really know when I would have the time to dive into this.
I will do this
We should support tsconfig eventually. Here is why:
tsconfig.json
and one for sbtbuild.sbt
)It is not good especially for big projects that you have to set the same configuration setting in 2 places.
The solution would be to use tsconfig as a default configuration which could be overridden in build.sbt.
What do you think?