mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 11:44:19 +08:00
Fix: fix typescript errors
This commit is contained in:
@@ -4,14 +4,15 @@
|
||||
"target": "es2018",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es2020"
|
||||
"es2020",
|
||||
"DOM",
|
||||
],
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"files.insertFinalNewline": true
|
||||
"strict": true
|
||||
},
|
||||
"files": [
|
||||
"./server/util.ts"
|
||||
"./src/util.ts"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user