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

Support projects with multiple tsconfig.json files #83

Open flcdrg opened 6 years ago

flcdrg commented 6 years ago

I have a TypeScript csproj project that has multiple tsconfig.json files in some subdirectories.

It would be good to be able to use TSLint against each of these tsconfig.json files

JoshuaKGoldberg commented 6 years ago

Interesting idea!

Would it be possible to do this in MSBuild logic, running the TSLint as needed?