From 555b20d8ded6a4ce9dafe7b6a19bd1e0f613e1e0 Mon Sep 17 00:00:00 2001 From: qiang 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" - ] - } -}