From 5bd9859e159a20f21ea363a900c7c260f9348ee0 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 26 May 2020 11:29:52 +0300 Subject: chore(demo): disable strict null checks in tsconfig --- demo/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'demo') diff --git a/demo/tsconfig.json b/demo/tsconfig.json index 4e9d0f3..e11796a 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { + "strictNullChecks": false, "target": "es2018", "baseUrl": "..", "rootDir": "..", -- cgit v1.2.3