diff --git a/compendium-frontend/tsconfig.json b/compendium-frontend/tsconfig.json index 02cac5bc90aaee0e167c2b199148a598be1a3a5b..3e36cd26894209183e763f5a00117a23b566be05 100644 --- a/compendium-frontend/tsconfig.json +++ b/compendium-frontend/tsconfig.json @@ -31,7 +31,6 @@ // Some stricter flags "noUnusedLocals": true, "noUnusedParameters": true, - "noPropertyAccessFromIndexSignature": true }, "include": ["src"], }