aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index a6c016bf3..43b27ce8e 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -14,6 +14,10 @@
14 "lib": [ 14 "lib": [
15 "es2017", 15 "es2017",
16 "dom" 16 "dom"
17 ] 17 ],
18 "baseUrl": "src",
19 "paths": {
20 "@app/*": [ "app/*" ]
21 }
18 } 22 }
19} 23}