diff --git a/packages/documentation/copy/en/project-config/Compiler Options.md b/packages/documentation/copy/en/project-config/Compiler Options.md index 255f6c21e773..5513062d000c 100644 --- a/packages/documentation/copy/en/project-config/Compiler Options.md +++ b/packages/documentation/copy/en/project-config/Compiler Options.md @@ -855,7 +855,7 @@ tsc app.ts util.ts --target esnext --outfile index.js --newLine

crlf or lf

-

Platform specific.

+

lf

diff --git a/packages/tsconfig-reference/scripts/tsconfigRules.ts b/packages/tsconfig-reference/scripts/tsconfigRules.ts index 895b1f337e6f..186a53428d4a 100644 --- a/packages/tsconfig-reference/scripts/tsconfigRules.ts +++ b/packages/tsconfig-reference/scripts/tsconfigRules.ts @@ -239,7 +239,7 @@ export const defaultsForOptions = { "Matches if [`module`](#module) is `node16` or `nodenext`;", "`Node` otherwise.", ], - newLine: "Platform specific.", + newLine: "`lf`", noImplicitAny: trueIf("strict"), noImplicitThis: trueIf("strict"), preserveConstEnums: trueIf("isolatedModules"),