diff --git a/tslint.json b/tslint.json index 30784921..3b13d8c1 100644 --- a/tslint.json +++ b/tslint.json @@ -137,7 +137,7 @@ }, "linterOptions": { "exclude": [ - "test/**/*.ts" + "../../../test/**" ] } }