From 2ce9bb4bd1123e988c11d06f3279928591c1ad46 Mon Sep 17 00:00:00 2001 From: Harshith Kashyap Date: Tue, 29 Aug 2017 13:29:34 +0530 Subject: [PATCH] Fixes line endings on linux --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 07357fb..f5eafab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "preserveConstEnums": true, "removeComments": true, "target": "es6", - "sourceMap": true + "sourceMap": true, + "newLine": "LF" }, "include": [ "src/**/*"