Skip to content

Commit

Permalink
typescript hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpdev committed Apr 18, 2024
1 parent f2527be commit 76b6dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/locales/nl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"private": "Privé",
"public": "Publiek",
"name": "Naam",
"email": "E-mail",
"email": "email",
"group": "Groep",
"role" : "Rol",
"remove_user": "Geselecteerde gebruikers verwijderen",
Expand Down
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"strict": false,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
Expand Down

0 comments on commit 76b6dab

Please sign in to comment.