From 52fa5e27fc37bc156ef722c8258646057a8a826d Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:05:41 +0100 Subject: Displays committee role --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 0fe1bef..c4ea734 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "paths": { "$components/*": ["./components/*"], "$data/*": ["./data/*"], + "$enums/*": ["./enums/*"], "$i18n/*": ["./i18n/*"], "$layouts/*": ["./layouts/*"], "$lib/*": ["./lib/*"], -- cgit v1.2.3