From 5ab9307c027088111e0431aa9823eae5cf694c6a Mon Sep 17 00:00:00 2001 From: nathangray Date: Tue, 21 Jan 2020 09:50:44 -0700 Subject: [PATCH] Add sourcemap --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 289d350068..ceeb1a3c40 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "experimentalDecorators": true, "removeComments": false, "moduleResolution": "node", - "noImplicitAny": false + "noImplicitAny": false, + "sourceMap": true }, "include" : [ "**/js/*",