From e17e4aad94663459ef827de7420e518b3e162cc4 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 19 Jan 2018 17:42:03 -0800 Subject: [PATCH] fix: added sourceMap --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 59a5cb46..0a714422 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "outDir": "./lib", "rootDir": "./src", "strict": true, + "sourceMap": true, "target": "es2017" }, "include": [