From f578e16a86b8a4ef74cefd2f7dc3b0e337c90fc8 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 11 Sep 2019 07:38:05 -0700 Subject: [PATCH] Enable strict mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: BOOM 💥 Reviewed By: danielbuechele Differential Revision: D17314462 fbshipit-source-id: 19d848532e1809cdfdd630f91d034bbbc9f6025d --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e3e47649e..e0effea28 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "esModuleInterop": true, "paths": { "flipper": ["./src/index.tsx"] - } + }, + "strict": true }, "include": ["src/**/*", "types/*", "headless/*"], "exclude": ["node_modules", "**/*.spec.ts"]