Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
chore: Change tsc newline to lf.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhsunshining committed Jul 4, 2019
1 parent 86ae62f commit 117e364
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"moduleResolution": "node",
"outDir": "dist"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"test"
]
}
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"target": "ES2017",
"moduleResolution": "node",
"outDir": "dist",
"newLine": "lf"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "test"]
}

0 comments on commit 117e364

Please sign in to comment.