From db78abe408a96f54d141b76d86bea3263acffa3f Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 1 Apr 2026 05:13:37 -0700 Subject: [PATCH] =?UTF-8?q?chore(guide):=20=F0=9F=94=A7=20Update=20TypeScr?= =?UTF-8?q?ipt=20compiler=20and=20dependency=20settings=20in=20tsconfig.js?= =?UTF-8?q?on=20for=20the=20guide=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- games/age-of-dwarves/guide/tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/games/age-of-dwarves/guide/tsconfig.json b/games/age-of-dwarves/guide/tsconfig.json index 5c2fdb09..718ec243 100644 --- a/games/age-of-dwarves/guide/tsconfig.json +++ b/games/age-of-dwarves/guide/tsconfig.json @@ -45,9 +45,6 @@ ], "@magic-civ/guide-engine/*": [ "../../../src/packages/guide/src/*" - ], - "@lilith/spaceship-ui-icons": [ - "./src/types/spaceship-ui-icons" ] } },