mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 15:44:15 -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"
|
|
]
|
|
}
|