diff --git a/tsconfig.json b/tsconfig.json index 918b7f51..064f9f70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,13 +27,7 @@ "allowJs": true, "noEmit": false }, - "include": [ - "src/**/*", - "config/**/*", - ".umirc.ts", - "typings.d.ts", - "back/**/*" - ], + "include": ["src/**/*", ".umirc.ts", "typings.d.ts", "back/**/*"], "exclude": [ "node_modules", "lib",