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

@@ -9,7 +9,7 @@
// Frontend uses util.ts
*/
import dayjs from "dayjs";
import * as dayjs from "dayjs";
// For loading dayjs plugins, don't remove event though it is not used in this file
// eslint-disable-next-line @typescript-eslint/no-unused-vars