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",