diff --git a/extensions/typescript/src/tsconfig.json b/extensions/typescript/src/tsconfig.json index a793aa3bf9627bf6ccb0bd22b551005f78403448..42626bc2f90e810f21d8b055893e61e84aa08cfc 100644 --- a/extensions/typescript/src/tsconfig.json +++ b/extensions/typescript/src/tsconfig.json @@ -3,6 +3,7 @@ "noLib": true, "target": "ES5", "module": "commonjs", + "sourceMap": true, "outDir": "../out" }, "exclude": [