From e3b2591c0af6e4ca0b6adbdf60372adf34636184 Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Mon, 7 Apr 2025 11:10:09 +0200
Subject: [PATCH] disable noPropertyAccessFromIndexSignature

---
 compendium-frontend/tsconfig.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compendium-frontend/tsconfig.json b/compendium-frontend/tsconfig.json
index 02cac5bc..3e36cd26 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"],
 }
-- 
GitLab