From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index d085b7220..081140fa3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "strict": true, + "strictPropertyInitialization": false, "outDir": "build/src/", "noImplicitAny": true, "allowJs": true, @@ -60,6 +61,8 @@ "src/webex/notify.ts", "src/webex/pages/add-auditor.tsx", "src/webex/pages/auditors.tsx", + "src/webex/pages/benchmark.tsx", + "src/webex/pages/common.ts", "src/webex/pages/confirm-contract.tsx", "src/webex/pages/confirm-create-reserve.tsx", "src/webex/pages/error.tsx", -- cgit v1.2.3