diff --git a/tsconfig.json b/tsconfig.json
index a306b9dce59b26d1555d60dbad1666c482f4d264..993577b453e120f57c14cafca626729bf947301f 100755
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,6 +22,8 @@
     "paths": {
       "@/*": ["src/*"]
     },
+
+    "baseUrl": ".",
   },
   "include": ["src"]
 }