diff --git a/tsconfig.json b/tsconfig.json index 527e486..024a66e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "newLine": "lf" }, "exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"] }