You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: MacOS tsconfig.json: { "compilerOptions": { "newLine": "CRLF" } }
I am trying to run "project.emitFile()" (ts2.6) but the compiler doesn't use the "newLine" option.
The text was updated successfully, but these errors were encountered:
the related issue in WebStorm tracker https://youtrack.jetbrains.com/issue/WEB-22630
I have resolved the issue by adding a workaround on our side but the workaround isn't reliable
and doesn't work for ts2.6
OS: MacOS
tsconfig.json:
{ "compilerOptions": { "newLine": "CRLF" } }
I am trying to run "project.emitFile()" (ts2.6) but the compiler doesn't use the "newLine" option.
The text was updated successfully, but these errors were encountered: