Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from Microsoft/lf
Browse files Browse the repository at this point in the history
bin should never have "\r"
  • Loading branch information
Andy authored Mar 29, 2017
2 parents 00bc9f5 + 17b9301 commit 7594114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"lib": ["es2017"],
"outDir": "bin",
"sourceMap": true,
"newLine": "LF",

"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 7594114

Please sign in to comment.