From edb03e754cf89995f0ff0218f5df3b324b6ed30a Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:36:02 +0200 Subject: [PATCH] Fixed wrong folder name --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 30ef0202190..97eeff3dd8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -57,7 +57,7 @@ "#types/*": ["./src/@types/helpers/*.ts", "./src/@types/*.ts", "./src/typings/phaser/*.ts"], "#ui/*": [ "./src/ui/battle-info/*.ts", - "./src/ui/constructors/*.ts", + "./src/ui/containers/*.ts", "./src/ui/handlers/*.ts", "./src/ui/utils/*.ts", "./src/ui/settings/*.ts",