summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-24 13:36:32 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-24 15:09:38 +0100
commit57ea3b5afcd60fb129396afb4946d9f1013fb291 (patch)
treeeedab8e8e65c73abd7560bad5a255253fcb9bbed /tsconfig.json
parent48daa6a5171602685e8b79b0e3694015c9d30d05 (diff)
build: add module alias for content directory
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 d5024bd..187d157 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -19,6 +19,7 @@
"@i18n/*": ["src/i18n/*"],
"@assets/*": ["src/assets/*"],
"@config/*": ["src/config/*"],
+ "@content/*": ["src/content/*"],
"@components/*": ["src/components/*"],
"@pages/*": ["src/pages/*"],
"@services/*": ["src/services/*"],