From 713c0ae0f58ef098a06b024a79130d52bcd6b416 Mon Sep 17 00:00:00 2001 From: qiang <guoshengqiang@live.com> Date: Fri, 25 Aug 2023 19:44:34 +0800 Subject: [PATCH] chore: remove jsconfig --- jsconfig.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 730626d..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "compilerOptions": { - "types": [ - "@dcloudio/types", - "miniprogram-api-typings", - "mini-types" - ] - } -}