aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.paths.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/tsconfig.paths.json')
-rw-r--r--frontend/tsconfig.paths.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/frontend/tsconfig.paths.json b/frontend/tsconfig.paths.json
new file mode 100644
index 0000000..2a33687
--- /dev/null
+++ b/frontend/tsconfig.paths.json
@@ -0,0 +1,16 @@
1{
2 "compilerOptions": {
3 "baseUrl": "src",
4 "paths": {
5 "@api/*": ["api/*"],
6 "@components/*": ["components/*"],
7 "@css/*": ["css/*"],
8 "@fonts/*": ["fonts/*"],
9 "@hooks/*": ["hooks/*"],
10 "@images/*": ["images/*"],
11 "@pages/*": ["pages/*"],
12 "@customTypes/*": ["types/*"],
13 "@utils/*": ["utils/*"]
14 }
15 }
16 } \ No newline at end of file