From 79401b84fa4d3bcb7df32bed341a6f85a77ffb31 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sat, 4 Nov 2023 18:08:55 +0800 Subject: [PATCH] types: update `compilerOptions.types` in tsconfig.json --- tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index d51b694f4c..84d4a51815 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,14 @@ ] }, "types": [ + "qs", "node", + "mockjs", + "qrcode", + "intro.js", + "js-cookie", + "nprogress", + "sortablejs", "vite/client", "element-plus/global", "@pureadmin/table/volar",