From 41646f29a79b8328b34a3bceba39fe121ef1a3f2 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 2 Dec 2020 13:36:39 -0800 Subject: [PATCH] Update tsconfig-base.json --- src/tsconfig-base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,