mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-24 15:43:53 +08:00
8 lines
134 B
JSON
8 lines
134 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": false
|
|
},
|
|
"files": ["./src/util.ts"]
|
|
}
|