diff --git a/games/age-of-dwarves/guide/tsconfig.json b/games/age-of-dwarves/guide/tsconfig.json index 718ec243..5c2fdb09 100644 --- a/games/age-of-dwarves/guide/tsconfig.json +++ b/games/age-of-dwarves/guide/tsconfig.json @@ -45,6 +45,9 @@ ], "@magic-civ/guide-engine/*": [ "../../../src/packages/guide/src/*" + ], + "@lilith/spaceship-ui-icons": [ + "./src/types/spaceship-ui-icons" ] } },