ArpNetworking / sbt-typescript

A plugin for SBT that uses sbt-web to compile typescript resources.
Apache License 2.0
60 stars 26 forks source link

Tsconfig support #43

Closed wassertim closed 8 years ago

wassertim commented 8 years ago

We should support tsconfig eventually. Here is why:

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?

BrandonArp commented 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.

wassertim commented 8 years ago

I will do this