From ae8a0c7fd05a677c18cf94b53cea4541983123ff Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 5 Dec 2017 23:43:19 +0000 Subject: [PATCH] Edit Tslint --- ts/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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