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"] }