From 3d8246b1f50c8226fe991763a310c70f2074f536 Mon Sep 17 00:00:00 2001 From: zhaojinfeng <121016171@qq.com> Date: Fri, 21 Jul 2023 21:38:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ts=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.app.json | 5 +---- tsconfig.json | 5 +++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 2327bb6..d32fea7 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -20,9 +20,6 @@ "./packages/*" ] }, - "noImplicitAny": false, - "types": [ - "element-plus/global" - ] + "noImplicitAny": false } } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index d65be83..97f7e12 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,11 @@ "path": "./tsconfig.app.json" } ], + "compilerOptions": { + "types": [ + "element-plus/global" + ] + }, "ts-node": { "compilerOptions": { "module": "CommonJS",