#2 fixing new line character on Mac

This commit is contained in:
Kononnable 2017-09-18 21:01:27 +02:00
parent 95c356d50e
commit ac3720e910

View File

@ -12,7 +12,8 @@
"stripInternal": true,
"strictNullChecks": true,
"moduleResolution": "node",
"outDir": "dist"
"outDir": "dist",
"newLine": "LF"
}, "include": [
"src",
"test"