diff options
-rwxr-xr-x | tools/lint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.py b/tools/lint.py index 95ce2eb33..4471dafae 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -21,5 +21,5 @@ run([ run(["node", tslint, "-p", ".", "--exclude", "**/gen/**/*.ts"]) run([ "node", tslint, "./js/**/*_test.ts", "./tests/**/*.ts", "--exclude", - "**/gen/**/*.ts" + "**/gen/**/*.ts", "--project", "tsconfig.json" ]) |