uptime-kuma/tsconfig-backend.json

7 lines
134 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"esModuleInterop": false
},
"files": ["./src/util.ts"]
}