diff --git a/ts/tslint.json b/ts/tslint.json index 8a96153a88..48b5fbfc6a 100644 --- a/ts/tslint.json +++ b/ts/tslint.json @@ -33,6 +33,7 @@ ], "no-unused-variable": [ true - ] + ], + "no-implicit-dependencies": false } } \ No newline at end of file