Browse Source

set newLine to LF for ts compiler

pull/695/head
Louis Lam 3 years ago
parent
commit
9b05e86c25
  1. 1
      tsconfig.json

1
tsconfig.json

@ -1,6 +1,7 @@
{ {
"compileOnSave": true, "compileOnSave": true,
"compilerOptions": { "compilerOptions": {
"newLine": "LF",
"target": "es2018", "target": "es2018",
"module": "commonjs", "module": "commonjs",
"lib": [ "lib": [

Loading…
Cancel
Save