From 5690906f6b6605d49c20ed7769cc0b03a1b7d207 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 22 Feb 2018 20:46:48 +0000 Subject: [PATCH] tsconfig: set baseUrl to fix warning. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8597354..1e47f90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "baseUrl": ".", "outDir": "build/dist", "module": "esnext", "target": "es5",