aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/tsconfig.json')
-rw-r--r--src/frontend/tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/frontend/tsconfig.json b/src/frontend/tsconfig.json
index 33b923b..f11f070 100644
--- a/src/frontend/tsconfig.json
+++ b/src/frontend/tsconfig.json
@@ -15,7 +15,11 @@
"rootDirs": [".", "./.react-router/types"],
"baseUrl": ".",
"paths": {
- "~/*": ["app/*"]
+ "~/*": ["app/*"],
+ "~data/*": ["app/data/*"],
+ "~components/*": ["app/components/*"],
+ "~routes/*": ["app/routes/*"],
+ "~i18n/*": ["app/i18n/*"]
},
"esModuleInterop": true,
"verbatimModuleSyntax": true,