Fix: Update TypeScript configuration and refactor imports (#5869)

This commit is contained in:
Louis Lam
2025-06-02 18:43:36 +08:00
committed by GitHub
parent c0598ac606
commit 71965e6b69
5 changed files with 23 additions and 36 deletions

9
tsconfig-backend.json Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"esModuleInterop": false
},
"files": [
"./src/util.ts"
]
}