From 40b359334bb37a8316f77805fcd73be9266e399b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 12 Dec 2016 14:24:36 +0100 Subject: [PATCH] fix(typescript): fixed sourcemap issue, #6904 --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8595b1efcd094..348adb0c92ba1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "noImplicitAny": false, "target": "es5", "rootDir": "public/", - "sourceRoot": "public/", "module": "system", "noEmitOnError": true, "emitDecoratorMetadata": true,