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"] }