From 75a863101218658d98ea0c28c2f30a4d630c1c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Tue, 10 Oct 2023 16:22:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86vue=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E5=BC=95=E5=85=A5ts=E6=89=BE=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1ee237745..6b7f85ddf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,7 +35,8 @@ "typeRoots": ["./node_modules/@types/", "./types"] }, "include": [ - "src", + "src/**/**/*.vue", + "src/**/**/*", "types/**/*.d.ts", "src/types/auto-imports.d.ts", "src/types/auto-components.d.ts"