From e9791cf4d3ea6c7032d533d3f231f0519e95eee7 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 4 Aug 2021 12:03:20 +0200 Subject: [PATCH] Generate correct type definitions with null --- config/tsconfig-build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tsconfig-build.json b/config/tsconfig-build.json index 56de194321..efd3558b0c 100644 --- a/config/tsconfig-build.json +++ b/config/tsconfig-build.json @@ -23,7 +23,7 @@ /* Strict Type-Checking Options */ "strict": false, /* Enable all strict type-checking options. */ // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ - // "strictNullChecks": true, /* Enable strict null checks. */ + "strictNullChecks": true, /* Enable strict null checks. */ // "strictFunctionTypes": true, /* Enable strict checking of function types. */ // "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */ // "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */