From d033ed02032b2ddaadebae93f02dc7407aeff8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=80=81=E6=9D=BF=E4=B8=8D=E5=B7=AE=E9=92=B1?= <30830569@qq.com> Date: Mon, 9 May 2022 01:50:43 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20tsconfig?= =?UTF-8?q?.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 730626d..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "compilerOptions": { - "types": [ - "@dcloudio/types", - "miniprogram-api-typings", - "mini-types" - ] - } -}