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/*",