fix: set explicit line endings for tsc

This commit is contained in:
Baptiste Grob
2020-07-15 11:15:27 +02:00
parent 1ff9c30973
commit 9a02dd623b

View File

@@ -9,6 +9,7 @@
"esModuleInterop": true,
"declaration": true,
"emitDeclarationOnly": true,
"newLine": "lf",
"declarationDir": "../../../dist/@types",
"baseUrl": ".",
"paths": {