From 76b6dab5a59edb0bf6f59174b45a018d61cf589e Mon Sep 17 00:00:00 2001 From: robinpdev Date: Thu, 18 Apr 2024 11:13:38 +0200 Subject: [PATCH] typescript hotfix --- frontend/locales/nl/common.json | 2 +- frontend/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/locales/nl/common.json b/frontend/locales/nl/common.json index efd007b3..b0448380 100644 --- a/frontend/locales/nl/common.json +++ b/frontend/locales/nl/common.json @@ -62,7 +62,7 @@ "private": "Privé", "public": "Publiek", "name": "Naam", - "email": "E-mail", + "email": "email", "group": "Groep", "role" : "Rol", "remove_user": "Geselecteerde gebruikers verwijderen", diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 3438eb07..c4d63279 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -7,7 +7,7 @@ ], "allowJs": true, "skipLibCheck": true, - "strict": true, + "strict": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",