From 2da635f73c446996c538fc12b4749b5d8514fe50 Mon Sep 17 00:00:00 2001 From: ClarkChen Date: Mon, 2 Nov 2020 16:49:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8Deslint=E4=B8=ADmock?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9C=AA=E8=A2=AB=E5=BC=95=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=8A=A5=E9=94=99=20(#7543)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: chenxi --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 814972ce..a5b936eb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -32,7 +32,8 @@ ".eslintrc.js", ".stylelintrc.js", ".prettierrc.js", - "jest.config.js" + "jest.config.js", + "mock/*" ], "exclude": ["node_modules", "build", "dist", "scripts", "src/.umi/*", "webpack", "jest"] }