From c9d96de10ad9256aa7c42b1db55b5117443e2027 Mon Sep 17 00:00:00 2001 From: Dan Bock Date: Fri, 26 Oct 2018 14:31:20 -0400 Subject: [PATCH] fix: prevent error 'sourceMap' cannot be specified with option 'inlineSourceMap' --- tsconfig.shared.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.shared.json b/tsconfig.shared.json index eea37a566..fb2944e0d 100644 --- a/tsconfig.shared.json +++ b/tsconfig.shared.json @@ -10,7 +10,6 @@ "removeComments": true, "experimentalDecorators": true, "diagnostics": true, - "sourceMap": true, "jsx": "react", "reactNamespace": "UIBuilder", "lib": [