From 41f271bddde41d48aaba101a009b1dafe37413cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A3=AE=E5=A3=AE?= <18264315@qq.com> Date: Thu, 25 Jan 2024 04:13:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20tsconfig.json.=20=E6=96=B0=E5=A2=9E=20?= =?UTF-8?q?typeRoots=20=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE=20=E4=B8=8D?= =?UTF-8?q?=E4=BC=9A=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=20@layui/layui-vue/types/components=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=E9=BB=98=E8=AE=A4=E6=98=AF=E5=8E=BB=20./node=5Fmod?= =?UTF-8?q?ules/@types=20=E6=89=BE=20types=20=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=20=E6=96=B0=E5=A2=9E=E4=BA=86=20./node=5Fmodules=20=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=B0=B1=E4=B8=8D=E4=BC=9A=E6=8A=A5=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 壮壮 <18264315@qq.com> --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7a7c160..eaf5d61 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "lib": ["esnext", "dom"], + "typeRoots": ["./node_modules/@types", "./node_modules"], "types": ["vite/client", "@layui/layui-vue/types/components"], "baseUrl": "./", "paths": { -- Gitee