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 ignoring TypeScriptCompile #77

Closed JoshuaKGoldberg closed 7 years ago

JoshuaKGoldberg commented 7 years ago

Some build systems are weird and the passed TypeScriptCompile inputs might not exist. Sometimes it'd necessary to manually specify a TSLintInclude item group and ignore anything else.