diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-23 20:05:41 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-23 20:31:20 +0100 |
| commit | 52fa5e27fc37bc156ef722c8258646057a8a826d (patch) | |
| tree | dea6e5e3c78c808360d3fa36d96c89d31f75fc8b /tsconfig.json | |
| parent | 8a4964fbd8fe8064ee643f135e17fab640a48ce7 (diff) | |
Displays committee role
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
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/*"], |
