diff --git a/tsconfig.json b/tsconfig.json index a88153b..ed31360 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "module": "CommonJS", "declaration": true, "outDir": "lib/", - "strict": true + "strict": true, + "newLine": "LF" }, "include": ["src/*.ts"] }