diff --git a/tsconfig.json b/tsconfig.json index dbba1f4..baa7c82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "noUnusedParameters": true, "noImplicitAny": false, "strictNullChecks": true, - "types": ["cypress"] + "types": ["cypress"], + "newLine": "lf" }, "include": ["./src/**/*", "./cypress/**/*"] }