Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from harshithkashyap/eol-fixes
Browse files Browse the repository at this point in the history
Fixes line endings on linux
  • Loading branch information
Christopher Anderson authored Sep 1, 2017
2 parents da98e98 + 2ce9bb4 commit d14422c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"preserveConstEnums": true,
"removeComments": true,
"target": "es6",
"sourceMap": true
"sourceMap": true,
"newLine": "LF"
},
"include": [
"src/**/*"
Expand Down

0 comments on commit d14422c

Please sign in to comment.