mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-15 15:11:17 -05:00
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"newLine": "LF",
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"lib": ["es2020", "DOM"],
|
|
"declaration": false,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"files": []
|
|
}
|