We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97bddd commit 7ef032aCopy full SHA for 7ef032a
tsconfig.json
@@ -27,7 +27,7 @@
27
".eslintrc.cjs",
28
"*.cjs"
29
],
30
- "exclude": ["node_modules"],
+ "exclude": ["node_modules", "tailwind.config.ts"],
31
"mdx": {
32
// Enable strict type checking in MDX files.
33
"checkMdx": true
0 commit comments