diff --git a/docs/tsconfig.json b/docs/tsconfig.json index de9dccfefe33..a552a39f3001 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -10,12 +10,6 @@ "esModuleInterop": true, "incremental": true }, - "include": [ - "pages/**/*.ts*", - "data/**/*", - "src/modules/components/**/*", - "next.config.mjs", - "../node_modules/@mui/monorepo/docs/types/*" - ], + "include": ["pages/**/*.ts*", "data/**/*", "src/modules/components/**/*", "next.config.mjs"], "exclude": ["docs/.next", "docs/export", "pages/playground"] }