diff --git a/src/tsconfig-base.json b/src/tsconfig-base.json index b0515e0a023..63849ca1322 100644 --- a/src/tsconfig-base.json +++ b/src/tsconfig-base.json @@ -18,6 +18,7 @@ "strictPropertyInitialization": true, "noUnusedLocals": true, "noUnusedParameters": true, + "noPropertyAccessFromIndexSignature": true "skipLibCheck": true,