From 0fb6fbdcd4d0e6db218ecd35291993cf9709a7b9 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 6 Mar 2020 18:50:05 -0700 Subject: [PATCH] [ember-testing-helpers] Enable noImplicitThis (#42906) --- types/ember-testing-helpers/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/ember-testing-helpers/tsconfig.json b/types/ember-testing-helpers/tsconfig.json index 725957a948..18a8730def 100644 --- a/types/ember-testing-helpers/tsconfig.json +++ b/types/ember-testing-helpers/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", @@ -21,4 +21,4 @@ "index.d.ts", "ember-testing-helpers-tests.ts" ] -} \ No newline at end of file +}