Skip to content

Commit

Permalink
remove include
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jul 31, 2024
1 parent 0efaaa4 commit b3608a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit b3608a4

Please sign in to comment.