From 9b05e86c253b23a95c3c173ba2b2911248ea49c8 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 13 Oct 2021 22:31:36 +0800 Subject: [PATCH] set newLine to LF for ts compiler --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index b7637c3c..c5454642 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": true, "compilerOptions": { + "newLine": "LF", "target": "es2018", "module": "commonjs", "lib": [