From 43fee42e2f64bf2a2f78ae53f8e03c4a98eaaa6f Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 28 十月 2024 15:09:54 +0800 Subject: [PATCH] 修改测试环境配置文件 --- types/env.d.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/types/env.d.ts b/types/env.d.ts index 1326e3b..40ce343 100644 --- a/types/env.d.ts +++ b/types/env.d.ts @@ -5,6 +5,9 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any> export default component + + export class ToolHeader { + } } interface ImportMetaEnv { -- Gitblit v1.9.3