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

View File

@@ -16,6 +16,6 @@
"esModuleInterop": true
},
"files": [
"./src/util.ts"
]
}