From 01a3806eb5f1c7b64a3e211764def4d415cc3d23 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 19 Dec 2016 14:11:46 -0800 Subject: [PATCH] Add "noImplicitThis" to all tsconfig.json (#13446) * Add "noImplicitThis" to all tsconfig.json * Use `"noImplicitThis": false` on packages with broken tests. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3204b37..6d69f32 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": false, "baseUrl": "../", "typeRoots": [