It's currently very hard to use tsd and tslint together, especially in automated builds with Gulp etc. as tslint lacks option to ignore certain files.
As implementing ignore option in tslint seems to stuck (palantir/tslint#73) I thought that maybe it could be handled on tsd side by automatically adding ignore header so the file is not linted.
This won't be merged since it's subjective, but you're welcome to continue using your own fork. Another thing is, you can actually just modify tsd.d.ts yourself before the task in your gulpfile.
It's currently very hard to use tsd and tslint together, especially in automated builds with Gulp etc. as
tslint
lacks option to ignore certain files.As implementing ignore option in tslint seems to stuck (palantir/tslint#73) I thought that maybe it could be handled on tsd side by automatically adding ignore header so the file is not linted.