From 550b0764c93febc80768a5df7107d45f6778c5c2 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 7 Apr 2018 14:05:15 +0530 Subject: [PATCH] Add baseurl in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8597354..1ddff2f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "allowJs": true, "jsx": "react", "moduleResolution": "node", + "baseUrl":".", "rootDir": "src", "forceConsistentCasingInFileNames": true, "noImplicitReturns": true,