From 07198292d090d09d610abe7916a249589aec9cca Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Tue, 16 Feb 2016 22:26:19 +0100 Subject: [PATCH] fix(tsc): inline the sourcemaps Fixes #32 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6335f249..b0e5cdf6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "target": "ES5", "emitDecoratorMetadata": true, "experimentalDecorators": true, - "sourceMap": true, + "inlineSourceMap": true, "declaration": true, "moduleResolution": "node" },