Skip to content

Commit

Permalink
fix: add end of line config for tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouvrette committed Aug 1, 2022
1 parent 98c3cfb commit 85a76d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"module": "CommonJS",
"declaration": true,
"outDir": "lib/",
"strict": true
"strict": true,
"newLine": "LF"
},
"include": ["src/*.ts"]
}

0 comments on commit 85a76d7

Please sign in to comment.