mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-10 00:43:27 +02:00
set newLine to LF for ts compiler
This commit is contained in:
parent
2ff7c4de5d
commit
9b05e86c25
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compileOnSave": true,
|
"compileOnSave": true,
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"newLine": "LF",
|
||||||
"target": "es2018",
|
"target": "es2018",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"lib": [
|
"lib": [
|
||||||
|
Loading…
Reference in New Issue
Block a user