From f07eaca45c2dc48eef1bf657ae504fe4ca28a4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8D=87?= <1530827856@qq.com> Date: Wed, 18 Dec 2024 13:09:28 +0800 Subject: [PATCH] chore: Adjust the include configuration for `tsconfig.json` (#138) --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d4c5b40..0d82172 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -36,9 +36,9 @@ "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx", - "src/components.d.ts", - "src/auto-imports.d.ts", - "src/typed-router.d.ts", + "src/types/components.d.ts", + "src/types/auto-imports.d.ts", + "src/types/typed-router.d.ts", "tests/*.ts" ] }