diff --git a/src/tsconfig-base.json b/src/tsconfig-base.json index 7939082e586..c9c52f5e2e5 100644 --- a/src/tsconfig-base.json +++ b/src/tsconfig-base.json @@ -18,7 +18,7 @@ "strictPropertyInitialization": true, "noUnusedLocals": true, "noUnusedParameters": true, - //"noPropertyAccessFromIndexSignature": true, + "noPropertyAccessFromIndexSignature": true, "skipLibCheck": true,