chore: change line breaker for generated js files.

This commit is contained in:
Artem Kobzar
2022-08-29 18:06:27 +00:00
committed by Space
parent 43ce805499
commit 98474f0d13
@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"strict": true,
"incremental": true
"incremental": true,
"newLine": "lf"
}
}