diff --git a/client/tsconfig.json b/client/tsconfig.json
index 8e61c1e6d141074a0af84efa8dc5343a32449afb..02a75f48d344b5e04c532ce3e987668f950bad79 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -23,6 +23,14 @@
     "lib": [
       "ESNext",
       "dom"
-    ]
+    ],
+    "paths": {
+      "@common/*": ["../common/*"],
+      "@src/*": ["./src/*"]
+    },
+  },
+  "angularCompilerOptions": {
+    "fullTemplateTypeCheck": true,
+    "strictTemplates": true,
   }
 }