mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 14:39:19 +08:00
Fix: Update TypeScript configuration and refactor imports (#5869)
This commit is contained in:
9
tsconfig-backend.json
Normal file
9
tsconfig-backend.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": false
|
||||
},
|
||||
"files": [
|
||||
"./src/util.ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user