mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": false
|
|
},
|
|
"files": [
|
|
"./src/util.ts"
|
|
]
|
|
}
|