From 2d00a34ffd44a2035e3d68dbf79a9b9c23ba7ed8 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Thu, 13 Jun 2024 12:04:55 -0400 Subject: [PATCH] Resolve build errors --- index.html | 8 +++++--- tsconfig.json | 11 +++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index a304febdd..5710be310 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,11 @@ diff --git a/tsconfig.json b/tsconfig.json index 75abdef26..739512308 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,10 +14,13 @@ "noEmit": true, /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "strict": false, + "noUnusedLocals": false, + "noUnusedParameters": false, + "noFallthroughCasesInSwitch": true, + + /* AllowJs during migration phase */ + "allowJs": true }, "include": ["src"] }