Skip to content

Commit

Permalink
fix: set explicit line endings for tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Jul 15, 2020
1 parent 1ff9c30 commit 9a02dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"esModuleInterop": true,
"declaration": true,
"emitDeclarationOnly": true,
"newLine": "lf",
"declarationDir": "../../../dist/@types",
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 9a02dd6

Please sign in to comment.