From d4cae79f94e315c589ee812ddaf416b8f72951b3 Mon Sep 17 00:00:00 2001 From: Denis Malinochkin Date: Tue, 6 Dec 2016 21:53:54 +0300 Subject: [PATCH] Disable SourceMap by default [skip CI] --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ebbe21a..09ce306 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "outDir": "out", "forceConsistentCasingInFileNames": true, "pretty": true, - "sourceMap": true, "declaration": true } }