mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-01 04:00:40 +00:00
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"newLine": "LF",
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es2020",
|
|
"DOM",
|
|
],
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"./src/util.ts"
|
|
]
|
|
}
|