diff --git a/tsconfig.base.json b/tsconfig.base.json index 4ee9ff4832..4b305b4d7b 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -11,6 +11,7 @@ "noImplicitAny": true, "strictBindCallApply": true, "strictFunctionTypes": true, + "strictNullChecks": false, "noUnusedLocals": true, "allowJs": true,