diff --git a/packages/ts-docs-gen/tsconfig.json b/packages/ts-docs-gen/tsconfig.json index f8eb4b11..e6654ee2 100644 --- a/packages/ts-docs-gen/tsconfig.json +++ b/packages/ts-docs-gen/tsconfig.json @@ -13,6 +13,7 @@ "strict": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, + "newLine": "LF", "lib": [ "es6", "es2017.object"