From 3f134e3ae2755fcaa271ed93a563df72a4855688 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 8 Jul 2025 18:58:55 +0800 Subject: [PATCH] chore: fix tsc --- jest.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jest.config.ts b/jest.config.ts index 8fc87ad1..99051c41 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -1,7 +1,6 @@ -import type { Config } from '@jest/types'; import { configUmiAlias, createConfig } from '@umijs/max/test'; -export default async (): Promise => { +export default async (): Promise => { const config = await configUmiAlias({ ...createConfig({ target: 'browser',