diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
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", |