diff --git a/tsconfig.json b/tsconfig.json index 83c2c46..effc71d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, - "strictNullChecks": true, + "strictNullChecks": false, "baseUrl": "../" } } \ No newline at end of file