From 3a2ed9b79de82c0fa387bf56e115fab9ff18d106 Mon Sep 17 00:00:00 2001 From: Karol Janyst Date: Thu, 22 Dec 2016 12:27:52 +0900 Subject: [PATCH] Add required compiler option --- react-toggle/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-toggle/tsconfig.json b/react-toggle/tsconfig.json index bf25c1b1c4..60c82377b0 100644 --- a/react-toggle/tsconfig.json +++ b/react-toggle/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, + "noImplicitThis": true, "strictNullChecks": true, "baseUrl": "../", "typeRoots": [