There is now a --project option for this. Example:
tslint --project .
From the docs:
-p, --project:
The path or directory containing a tsconfig.json file that will be
used to determine which files will be linted. This flag also enables
rules that require the type checker.