From 98474f0d138b26f3347d0c29090608d94bee06ab Mon Sep 17 00:00:00 2001 From: Artem Kobzar Date: Mon, 29 Aug 2022 18:06:27 +0000 Subject: [PATCH] chore: change line breaker for generated js files. --- .../testData/typescript-export/common.tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/js.translator/testData/typescript-export/common.tsconfig.json b/js/js.translator/testData/typescript-export/common.tsconfig.json index 2fe3d3ce697..1da85620cc0 100644 --- a/js/js.translator/testData/typescript-export/common.tsconfig.json +++ b/js/js.translator/testData/typescript-export/common.tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es5", "strict": true, - "incremental": true + "incremental": true, + "newLine": "lf" } } \ No newline at end of file