summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-23 20:05:41 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-23 20:31:20 +0100
commit52fa5e27fc37bc156ef722c8258646057a8a826d (patch)
treedea6e5e3c78c808360d3fa36d96c89d31f75fc8b /tsconfig.json
parent8a4964fbd8fe8064ee643f135e17fab640a48ce7 (diff)
Displays committee role
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
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/*"],