Force `LF` line endings for generated JavaScript (#4285)
authorMysteryCode <mutec@users.noreply.github.com>
Mon, 14 Jun 2021 08:30:55 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 08:30:55 +0000 (10:30 +0200)
commit3fb37a6768a8b9d56704269e615688b7df350c45
tree7f9ded4e45e0575f2e40848cfbe7adf638e223a8
parentefdf453e8cc0dd3e8d693b4954300035d38a0a2b
Force `LF` line endings for generated JavaScript (#4285)

The `newLine` configuration option in tsconfig is platform specific. Explicitly set it to ensure consistent behavior.

[Tim: Rephrased the commit message]
tsconfig.json