I'm aware of this SO post and the request on github, but it seems to not work for me. I tried these options:
tslint src/services/**/*.ts --exclude=src/services/**/*.d.ts
... --exclude "src/services/**/*.d.ts"
... --exclude src/services/**/*.d.ts
... --exclude "src/services/**/*[^.d$].ts"
and also using the shorthand of the --exclude
option: -e
, but I still get the *.d.ts
files linted.