mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-17 16:08:57 -05:00
7 lines
134 B
JSON
7 lines
134 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": false
|
|
},
|
|
"files": ["./src/util.ts"]
|
|
}
|