From cc7803ff5acf6ece92cf41470d1b9c8a3e50ab76 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Thu, 29 Jul 2021 12:59:34 +0200 Subject: [PATCH] Add strictNullChecks to tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e16688adb3..6241299e40 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "outDir": "./lib", "declaration": true, "jsx": "react", + "strictNullChecks": true, "types": [ "node", "react",