1 2 3 4 5 6 7 8 9
--- tsconfig-base.json +++ tsconfig-base.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "newLine": "lf", "moduleResolution": "node", "esModuleInterop": true, "strict": true,