From 11375af9ebbd292e2e6eb40b5c3ba53509761ab3 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 19 Jan 2018 11:19:02 -0800 Subject: [PATCH] fix: add sourceMap --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9494bc02..587bb841 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "rootDir": "./src", "strict": true, "strictFunctionTypes": false, + "sourceMap": true, "target": "es2017" }, "include": [