From ac3720e910093f8a4daffc79ddfc4414a463fc3d Mon Sep 17 00:00:00 2001 From: Kononnable Date: Mon, 18 Sep 2017 21:01:27 +0200 Subject: [PATCH] #2 fixing new line character on Mac --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ac226f8..09773a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "stripInternal": true, "strictNullChecks": true, "moduleResolution": "node", - "outDir": "dist" + "outDir": "dist", + "newLine": "LF" }, "include": [ "src", "test"