mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
15 lines
306 B
JSON
15 lines
306 B
JSON
|
{
|
||
|
"compileOnSave": true,
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2018",
|
||
|
"module": "commonjs",
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true,
|
||
|
"sourceMap": false,
|
||
|
"files.insertFinalNewline": true
|
||
|
},
|
||
|
"files": [
|
||
|
"./server/util.ts"
|
||
|
]
|
||
|
}
|