JoshuaKGoldberg / TSLint.MSBuild

[Deprecated] An MSBuild task for running TSLint.
https://www.nuget.org/packages/TSLint.MSBuild
MIT License
15 stars 13 forks source link

Allow adding extra files as inputs to the target #81

Open JoshuaKGoldberg opened 7 years ago

JoshuaKGoldberg commented 7 years ago

Inputs="@(TSLintInclude);@(TypeScriptCompile)"

If someone wants to add, say, the path to their tslint.json as an input to make the target run whenever that file changes, they should be able to.