0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-22 11:47:30 +01:00
uptime-kuma/tsconfig.json

18 lines
355 B
JSON
Raw Normal View History

{
"compileOnSave": true,
"compilerOptions": {
2021-08-09 07:49:37 +02:00
"target": "es2018",
"module": "commonjs",
2021-08-09 07:49:37 +02:00
"lib": [
"es2020"
],
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": false,
"files.insertFinalNewline": true
},
"files": [
"./server/util.ts"
]
}