From 72f6fc8e6bac2e509f1a9e3a1f77e82b5a093d89 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Wed, 29 May 2024 11:43:50 +0200 Subject: [PATCH] WIP: is this needed? --- client/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tsconfig.json b/client/tsconfig.json index 64f671994..502c70ba1 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -58,6 +58,7 @@ "src/polyfills.ts" ], "include": [ + "./.eslintrc.js", "src/polyfills.ts", "src/main*.ts", "src/**/*.d.ts",