From 666576fefa2371a44b7e84e444e74eed15563039 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期三, 25 十月 2023 18:03:43 +0800 Subject: [PATCH] chore: 配置组件库/图标库/axios --- tsconfig.json | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 66b5e57..34de3b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,9 @@ { "path": "./tsconfig.app.json" } - ] + ], + "compilerOptions": { + // 淇 Cannot find module '~icons/xxx/xxx' or its corresponding type declarations.ts(2307) + "types": ["unplugin-icons/types/vue"] + } } -- Gitblit v1.8.0